diff options
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: | |||
| 237 | m_software_keyboard = android_keyboard.get(); | 237 | m_software_keyboard = android_keyboard.get(); |
| 238 | m_system.SetShuttingDown(false); | 238 | m_system.SetShuttingDown(false); |
| 239 | m_system.ApplySettings(); | 239 | m_system.ApplySettings(); |
| 240 | Settings::LogSettings(); | ||
| 240 | m_system.HIDCore().ReloadInputDevices(); | 241 | m_system.HIDCore().ReloadInputDevices(); |
| 241 | m_system.SetAppletFrontendSet({ | 242 | m_system.SetAppletFrontendSet({ |
| 242 | nullptr, // Amiibo Settings | 243 | nullptr, // Amiibo Settings |