mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 11:52:54 +00:00
android: Log settings
This commit is contained in:
parent
e3122c5b46
commit
c133509368
|
@ -237,6 +237,7 @@ public:
|
||||||
m_software_keyboard = android_keyboard.get();
|
m_software_keyboard = android_keyboard.get();
|
||||||
m_system.SetShuttingDown(false);
|
m_system.SetShuttingDown(false);
|
||||||
m_system.ApplySettings();
|
m_system.ApplySettings();
|
||||||
|
Settings::LogSettings();
|
||||||
m_system.HIDCore().ReloadInputDevices();
|
m_system.HIDCore().ReloadInputDevices();
|
||||||
m_system.SetAppletFrontendSet({
|
m_system.SetAppletFrontendSet({
|
||||||
nullptr, // Amiibo Settings
|
nullptr, // Amiibo Settings
|
||||||
|
|
Loading…
Reference in a new issue