summaryrefslogtreecommitdiff
path: root/src/frontend_common/config.cpp
diff options
context:
space:
mode:
authorGravatar liamwhite2023-12-16 13:57:54 -0500
committerGravatar GitHub2023-12-16 13:57:54 -0500
commit00965e6c3433794c3654fccb119edcf9d6bcca99 (patch)
tree4b07c0caee8a9a45f18c0f1ec6036e71a3915682 /src/frontend_common/config.cpp
parentMerge pull request #12331 from liamwhite/layer-confusion (diff)
parentandroid: Rework InstallableProperty view with icon (diff)
downloadyuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.gz
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.xz
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.zip
Merge pull request #12335 from t895/per-game-settings
android: Game Properties
Diffstat (limited to 'src/frontend_common/config.cpp')
-rw-r--r--src/frontend_common/config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend_common/config.cpp b/src/frontend_common/config.cpp
index 1a0491c2c..d9f99148b 100644
--- a/src/frontend_common/config.cpp
+++ b/src/frontend_common/config.cpp
@@ -214,6 +214,7 @@ void Config::ReadControlValues() {
214} 214}
215 215
216void Config::ReadMotionTouchValues() { 216void Config::ReadMotionTouchValues() {
217 Settings::values.touch_from_button_maps.clear();
217 int num_touch_from_button_maps = BeginArray(std::string("touch_from_button_maps")); 218 int num_touch_from_button_maps = BeginArray(std::string("touch_from_button_maps"));
218 219
219 if (num_touch_from_button_maps > 0) { 220 if (num_touch_from_button_maps > 0) {