summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-08-27 20:58:44 +0200
committerGitHub <noreply@github.com>2020-08-27 20:58:44 +0200
commit3db9a259771a44278ff34168ba140c2c7815a1cf (patch)
treee341942ba33f882468837d763004ae7de5fe0053 /src/yuzu_cmd
parentMerge pull request #4577 from lioncash/asserts (diff)
parentinput_common/main: Add "/Mouse" to the display name (diff)
downloadyuzu-3db9a259771a44278ff34168ba140c2c7815a1cf.tar
yuzu-3db9a259771a44278ff34168ba140c2c7815a1cf.tar.gz
yuzu-3db9a259771a44278ff34168ba140c2c7815a1cf.tar.bz2
yuzu-3db9a259771a44278ff34168ba140c2c7815a1cf.tar.lz
yuzu-3db9a259771a44278ff34168ba140c2c7815a1cf.tar.xz
yuzu-3db9a259771a44278ff34168ba140c2c7815a1cf.tar.zst
yuzu-3db9a259771a44278ff34168ba140c2c7815a1cf.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/config.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp
index 8a63fd191..e9f1c6500 100644
--- a/src/yuzu_cmd/config.cpp
+++ b/src/yuzu_cmd/config.cpp
@@ -288,6 +288,8 @@ void Config::ReadValues() {
Settings::values.debug_pad_analogs[i] = default_param;
}
+ Settings::values.vibration_enabled =
+ sdl2_config->GetBoolean("ControlsGeneral", "vibration_enabled", true);
Settings::values.touchscreen.enabled =
sdl2_config->GetBoolean("ControlsGeneral", "touch_enabled", true);
Settings::values.touchscreen.device =