diff options
author | flodavid <fl.david.53@gmail.com> | 2023-12-16 18:26:26 +0100 |
---|---|---|
committer | flodavid <fl.david.53@gmail.com> | 2024-01-08 18:43:56 +0100 |
commit | 63b835f822e5167aa529f2c27c5df136defef6eb (patch) | |
tree | 45e69dabebeb24510902818d8e5d78e39bd4a365 /src/android | |
parent | Merge pull request #12608 from szepeviktor/typos (diff) | |
download | yuzu-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')
-rw-r--r-- | src/android/app/src/main/jni/android_config.cpp | 2 |
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(); } |