summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-12-20 19:45:54 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-01-20 01:05:20 +0100
commit2d802893e706c4ce7fd6f320db0eed2bf90b2d45 (patch)
tree32368e503159fc82cd7362ef37eec94b9a5b3bbe /src/common/settings.h
parentinput_common: Initial skeleton for custom joycon driver (diff)
downloadyuzu-2d802893e706c4ce7fd6f320db0eed2bf90b2d45.tar
yuzu-2d802893e706c4ce7fd6f320db0eed2bf90b2d45.tar.gz
yuzu-2d802893e706c4ce7fd6f320db0eed2bf90b2d45.tar.bz2
yuzu-2d802893e706c4ce7fd6f320db0eed2bf90b2d45.tar.lz
yuzu-2d802893e706c4ce7fd6f320db0eed2bf90b2d45.tar.xz
yuzu-2d802893e706c4ce7fd6f320db0eed2bf90b2d45.tar.zst
yuzu-2d802893e706c4ce7fd6f320db0eed2bf90b2d45.zip
Diffstat (limited to 'src/common/settings.h')
-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 80b2eeabc..4b4da4da2 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -483,6 +483,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"};
SwitchableSetting<bool> vibration_enabled{true, "vibration_enabled"};
SwitchableSetting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"};