diff options
author | GPUCode <geoster3d@gmail.com> | 2023-06-22 19:17:52 +0200 |
---|---|---|
committer | GPUCode <geoster3d@gmail.com> | 2023-06-22 19:17:52 +0200 |
commit | c133509368f1054690a39a117e9d9ea34f187b8d (patch) | |
tree | 76a373ff36c1a04232b49f050c48615cac968fc9 /src/android | |
parent | Merge pull request #10086 from Morph1984/coretiming-ng-1 (diff) | |
download | yuzu-c133509368f1054690a39a117e9d9ea34f187b8d.tar yuzu-c133509368f1054690a39a117e9d9ea34f187b8d.tar.gz yuzu-c133509368f1054690a39a117e9d9ea34f187b8d.tar.bz2 yuzu-c133509368f1054690a39a117e9d9ea34f187b8d.tar.lz yuzu-c133509368f1054690a39a117e9d9ea34f187b8d.tar.xz yuzu-c133509368f1054690a39a117e9d9ea34f187b8d.tar.zst yuzu-c133509368f1054690a39a117e9d9ea34f187b8d.zip |
Diffstat (limited to 'src/android')
-rw-r--r-- | src/android/app/src/main/jni/native.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp index 632aa50b3..f4fed0886 100644 --- a/src/android/app/src/main/jni/native.cpp +++ b/src/android/app/src/main/jni/native.cpp @@ -237,6 +237,7 @@ public: m_software_keyboard = android_keyboard.get(); m_system.SetShuttingDown(false); m_system.ApplySettings(); + Settings::LogSettings(); m_system.HIDCore().ReloadInputDevices(); m_system.SetAppletFrontendSet({ nullptr, // Amiibo Settings |