diff options
| author | 2022-12-20 12:45:54 -0600 | |
|---|---|---|
| committer | 2023-01-19 18:05:20 -0600 | |
| commit | 2d802893e706c4ce7fd6f320db0eed2bf90b2d45 (patch) | |
| tree | 32368e503159fc82cd7362ef37eec94b9a5b3bbe /src/common | |
| parent | input_common: Initial skeleton for custom joycon driver (diff) | |
| download | yuzu-2d802893e706c4ce7fd6f320db0eed2bf90b2d45.tar.gz yuzu-2d802893e706c4ce7fd6f320db0eed2bf90b2d45.tar.xz yuzu-2d802893e706c4ce7fd6f320db0eed2bf90b2d45.zip | |
input_common: Disable SDL driver with switch controllers
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 80b2eeabc..4b4da4da2 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -483,6 +483,7 @@ struct Values { | |||
| 483 | 483 | ||
| 484 | Setting<bool> enable_raw_input{false, "enable_raw_input"}; | 484 | Setting<bool> enable_raw_input{false, "enable_raw_input"}; |
| 485 | Setting<bool> controller_navigation{true, "controller_navigation"}; | 485 | Setting<bool> controller_navigation{true, "controller_navigation"}; |
| 486 | Setting<bool> enable_joycon_driver{true, "enable_joycon_driver"}; | ||
| 486 | 487 | ||
| 487 | SwitchableSetting<bool> vibration_enabled{true, "vibration_enabled"}; | 488 | SwitchableSetting<bool> vibration_enabled{true, "vibration_enabled"}; |
| 488 | SwitchableSetting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"}; | 489 | SwitchableSetting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"}; |