Browse Source
Merge pull request #10878 from GPUCode/log-droid
android: Log settings
pull/15/merge
Morph
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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
|
|
|
|
|