summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-02-11 06:14:40 +0100
committerGitHub <noreply@github.com>2023-02-11 06:14:40 +0100
commit023ac943aa0ed94836ca94bb33d49a2735275c3c (patch)
tree26c5d15fc0816ed086191ecc626c53acbb4424d1 /src/common
parentMerge pull request #9761 from Morph1984/oops (diff)
parentinput_common: Reintroduce custom pro controller support (diff)
downloadyuzu-023ac943aa0ed94836ca94bb33d49a2735275c3c.tar
yuzu-023ac943aa0ed94836ca94bb33d49a2735275c3c.tar.gz
yuzu-023ac943aa0ed94836ca94bb33d49a2735275c3c.tar.bz2
yuzu-023ac943aa0ed94836ca94bb33d49a2735275c3c.tar.lz
yuzu-023ac943aa0ed94836ca94bb33d49a2735275c3c.tar.xz
yuzu-023ac943aa0ed94836ca94bb33d49a2735275c3c.tar.zst
yuzu-023ac943aa0ed94836ca94bb33d49a2735275c3c.zip
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 {
Setting<bool> enable_raw_input{false, "enable_raw_input"};
Setting<bool> controller_navigation{true, "controller_navigation"};
Setting<bool> enable_joycon_driver{true, "enable_joycon_driver"};
+ Setting<bool> enable_procon_driver{false, "enable_procon_driver"};
SwitchableSetting<bool> vibration_enabled{true, "vibration_enabled"};
SwitchableSetting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"};