diff options
| author | 2023-02-09 19:59:12 -0600 | |
|---|---|---|
| committer | 2023-02-09 20:08:54 -0600 | |
| commit | acba9a6b769f96a35e02669d87ce7b19fc47b025 (patch) | |
| tree | 7ebd5f331962f67ad037b086c5550c69c6dcaf64 /src/common/settings.h | |
| parent | Merge pull request #9749 from ameerj/pr9559-partial-revert (diff) | |
| download | yuzu-acba9a6b769f96a35e02669d87ce7b19fc47b025.tar.gz yuzu-acba9a6b769f96a35e02669d87ce7b19fc47b025.tar.xz yuzu-acba9a6b769f96a35e02669d87ce7b19fc47b025.zip | |
input_common: Reintroduce custom pro controller support
Diffstat (limited to 'src/common/settings.h')
| -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 64db66f37..6d27dd5ee 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -488,6 +488,7 @@ struct Values { | |||
| 488 | Setting<bool> enable_raw_input{false, "enable_raw_input"}; | 488 | Setting<bool> enable_raw_input{false, "enable_raw_input"}; |
| 489 | Setting<bool> controller_navigation{true, "controller_navigation"}; | 489 | Setting<bool> controller_navigation{true, "controller_navigation"}; |
| 490 | Setting<bool> enable_joycon_driver{true, "enable_joycon_driver"}; | 490 | Setting<bool> enable_joycon_driver{true, "enable_joycon_driver"}; |
| 491 | Setting<bool> enable_procon_driver{false, "enable_procon_driver"}; | ||
| 491 | 492 | ||
| 492 | SwitchableSetting<bool> vibration_enabled{true, "vibration_enabled"}; | 493 | SwitchableSetting<bool> vibration_enabled{true, "vibration_enabled"}; |
| 493 | SwitchableSetting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"}; | 494 | SwitchableSetting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"}; |