diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-06-22 22:16:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 22:16:20 +0200 |
commit | 7f12c6159fe0f4517bf3c7507924857c6292e64d (patch) | |
tree | 20c0fbb61e076537dbfd40aeb914e97c26ef9307 /src | |
parent | Merge pull request #10873 from german77/sdl (diff) | |
parent | android: Log settings (diff) | |
download | yuzu-7f12c6159fe0f4517bf3c7507924857c6292e64d.tar yuzu-7f12c6159fe0f4517bf3c7507924857c6292e64d.tar.gz yuzu-7f12c6159fe0f4517bf3c7507924857c6292e64d.tar.bz2 yuzu-7f12c6159fe0f4517bf3c7507924857c6292e64d.tar.lz yuzu-7f12c6159fe0f4517bf3c7507924857c6292e64d.tar.xz yuzu-7f12c6159fe0f4517bf3c7507924857c6292e64d.tar.zst yuzu-7f12c6159fe0f4517bf3c7507924857c6292e64d.zip |
Diffstat (limited to 'src')
-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 |