summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar bunnei2023-02-10 21:14:40 -0800
committerGravatar GitHub2023-02-10 21:14:40 -0800
commit023ac943aa0ed94836ca94bb33d49a2735275c3c (patch)
tree26c5d15fc0816ed086191ecc626c53acbb4424d1 /src/common
parentMerge pull request #9761 from Morph1984/oops (diff)
parentinput_common: Reintroduce custom pro controller support (diff)
downloadyuzu-023ac943aa0ed94836ca94bb33d49a2735275c3c.tar.gz
yuzu-023ac943aa0ed94836ca94bb33d49a2735275c3c.tar.xz
yuzu-023ac943aa0ed94836ca94bb33d49a2735275c3c.zip
Merge pull request #9759 from german77/pro_controller
input_common: Reintroduce custom pro controller support
Diffstat (limited to 'src/common')
-rw-r--r--src/common/settings.h1
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"};