diff options
| author | Ryan Meredith <rwm@udel.edu> | 2020-04-10 10:23:32 -0400 |
|---|---|---|
| committer | Ryan Meredith <rwm@udel.edu> | 2020-04-10 10:23:32 -0400 |
| commit | 0b663109572a500c4ea54b4f466f55dc3cfc6a52 (patch) | |
| tree | 327b359e06e741af5db81101555893d289ff43e4 /Source/Android/app/src/main/java | |
| parent | 960ba4fe5e243056c3ef8a71f5298dc48722d29c (diff) | |
Android: Reload Wii Remote settings upon saving them
Diffstat (limited to 'Source/Android/app/src/main/java')
| -rw-r--r-- | Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/Settings.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/Settings.java b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/Settings.java index fcbf6c60ed..ea3d9f5a3a 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/Settings.java +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/Settings.java @@ -181,6 +181,7 @@ public class Settings // Notify the native code of the changes NativeLibrary.ReloadConfig(); + NativeLibrary.ReloadWiimoteConfig(); } else { |
