summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/jni/android_config.cpp
diff options
context:
space:
mode:
authorflodavid <fl.david.53@gmail.com>2023-12-16 18:26:26 +0100
committerflodavid <fl.david.53@gmail.com>2024-01-08 18:43:56 +0100
commit63b835f822e5167aa529f2c27c5df136defef6eb (patch)
tree45e69dabebeb24510902818d8e5d78e39bd4a365 /src/android/app/src/main/jni/android_config.cpp
parentMerge pull request #12608 from szepeviktor/typos (diff)
downloadyuzu-63b835f822e5167aa529f2c27c5df136defef6eb.tar
yuzu-63b835f822e5167aa529f2c27c5df136defef6eb.tar.gz
yuzu-63b835f822e5167aa529f2c27c5df136defef6eb.tar.bz2
yuzu-63b835f822e5167aa529f2c27c5df136defef6eb.tar.lz
yuzu-63b835f822e5167aa529f2c27c5df136defef6eb.tar.xz
yuzu-63b835f822e5167aa529f2c27c5df136defef6eb.tar.zst
yuzu-63b835f822e5167aa529f2c27c5df136defef6eb.zip
Diffstat (limited to 'src/android/app/src/main/jni/android_config.cpp')
-rw-r--r--src/android/app/src/main/jni/android_config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/jni/android_config.cpp b/src/android/app/src/main/jni/android_config.cpp
index 08aed3216..e147560c3 100644
--- a/src/android/app/src/main/jni/android_config.cpp
+++ b/src/android/app/src/main/jni/android_config.cpp
@@ -21,7 +21,7 @@ void AndroidConfig::ReloadAllValues() {
}
void AndroidConfig::SaveAllValues() {
- Save();
+ SaveValues();
SaveAndroidValues();
}