diff options
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/drivers/udp_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/drivers/udp_client.h b/src/input_common/drivers/udp_client.h index c7cc7d846..dece2a45b 100644 --- a/src/input_common/drivers/udp_client.h +++ b/src/input_common/drivers/udp_client.h | |||
| @@ -64,6 +64,8 @@ public: | |||
| 64 | MotionMapping GetMotionMappingForDevice(const Common::ParamPackage& params) override; | 64 | MotionMapping GetMotionMappingForDevice(const Common::ParamPackage& params) override; |
| 65 | Common::Input::ButtonNames GetUIName(const Common::ParamPackage& params) const override; | 65 | Common::Input::ButtonNames GetUIName(const Common::ParamPackage& params) const override; |
| 66 | 66 | ||
| 67 | bool IsStickInverted(const Common::ParamPackage& params) override; | ||
| 68 | |||
| 67 | private: | 69 | private: |
| 68 | enum class PadButton { | 70 | enum class PadButton { |
| 69 | Undefined = 0x0000, | 71 | Undefined = 0x0000, |