diff options
| author | 2022-04-21 22:21:59 -0700 | |
|---|---|---|
| committer | 2022-04-21 22:21:59 -0700 | |
| commit | 764e5c7fe50bbbc64898fb657cfc5b1f8360454b (patch) | |
| tree | ee42eede68cb935595769104e0b94d55b1530141 /src/input_common/drivers/sdl_driver.h | |
| parent | Merge pull request #8222 from german77/sixaxis_test (diff) | |
| parent | input_common: Map sticks correctly when mapped sideways (diff) | |
| download | yuzu-764e5c7fe50bbbc64898fb657cfc5b1f8360454b.tar.gz yuzu-764e5c7fe50bbbc64898fb657cfc5b1f8360454b.tar.xz yuzu-764e5c7fe50bbbc64898fb657cfc5b1f8360454b.zip | |
Merge pull request #7978 from german77/sideway
input_common: Map sticks correctly when mapped sideways
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/drivers/sdl_driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/drivers/sdl_driver.h b/src/input_common/drivers/sdl_driver.h index 4cde3606f..dcd0d1e64 100644 --- a/src/input_common/drivers/sdl_driver.h +++ b/src/input_common/drivers/sdl_driver.h | |||
| @@ -58,6 +58,8 @@ public: | |||
| 58 | std::string GetHatButtonName(u8 direction_value) const override; | 58 | std::string GetHatButtonName(u8 direction_value) const override; |
| 59 | u8 GetHatButtonId(const std::string& direction_name) const override; | 59 | u8 GetHatButtonId(const std::string& direction_name) const override; |
| 60 | 60 | ||
| 61 | bool IsStickInverted(const Common::ParamPackage& params) override; | ||
| 62 | |||
| 61 | Common::Input::VibrationError SetRumble( | 63 | Common::Input::VibrationError SetRumble( |
| 62 | const PadIdentifier& identifier, const Common::Input::VibrationStatus& vibration) override; | 64 | const PadIdentifier& identifier, const Common::Input::VibrationStatus& vibration) override; |
| 63 | 65 | ||