summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-01-24 04:08:49 +0100
committergerman77 <juangerman-13@hotmail.com>2022-01-24 04:08:49 +0100
commitb998aa5504581a7d17d977e8e61501f2109561e9 (patch)
tree067ca69c73a313831b441103d9855983a602d981 /src/common
parentMerge pull request #7761 from v1993/patch-8 (diff)
downloadyuzu-b998aa5504581a7d17d977e8e61501f2109561e9.tar
yuzu-b998aa5504581a7d17d977e8e61501f2109561e9.tar.gz
yuzu-b998aa5504581a7d17d977e8e61501f2109561e9.tar.bz2
yuzu-b998aa5504581a7d17d977e8e61501f2109561e9.tar.lz
yuzu-b998aa5504581a7d17d977e8e61501f2109561e9.tar.xz
yuzu-b998aa5504581a7d17d977e8e61501f2109561e9.tar.zst
yuzu-b998aa5504581a7d17d977e8e61501f2109561e9.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 d01c0448c..9bee6e10f 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -554,6 +554,7 @@ struct Values {
Setting<bool> use_docked_mode{true, "use_docked_mode"};
BasicSetting<bool> enable_raw_input{false, "enable_raw_input"};
+ BasicSetting<bool> controller_navigation{true, "controller_navigation"};
Setting<bool> vibration_enabled{true, "vibration_enabled"};
Setting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"};