mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-26 06:19:23 -05:00
Android: Reload Wii Remote settings upon saving them
This commit is contained in:
+1
@@ -181,6 +181,7 @@ public class Settings
|
||||
|
||||
// Notify the native code of the changes
|
||||
NativeLibrary.ReloadConfig();
|
||||
NativeLibrary.ReloadWiimoteConfig();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -597,6 +597,7 @@ JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_RefreshWiimo
|
||||
JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_ReloadWiimoteConfig(JNIEnv* env,
|
||||
jobject obj)
|
||||
{
|
||||
WiimoteReal::LoadSettings();
|
||||
Wiimote::LoadConfig();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user