diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/EmulationActivity.java b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/EmulationActivity.java index 3ba7e5f893..9356b7d4d4 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/EmulationActivity.java +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/activities/EmulationActivity.java @@ -821,23 +821,18 @@ public final class EmulationActivity extends AppCompatActivity (dialog, indexSelected) -> { editor.putInt("wiiController", indexSelected); - NativeLibrary.SetConfig("WiimoteNew.ini", "Wiimote1", "Extension", getResources().getStringArray(R.array.controllersValues)[indexSelected]); + NativeLibrary.ReloadWiimoteConfig(); }); builder.setPositiveButton(getString(R.string.ok), (dialogInterface, i) -> { editor.apply(); - mEmulationFragment.refreshInputOverlay(); - - Toast.makeText(getApplication(), R.string.emulation_controller_changed, Toast.LENGTH_SHORT) - .show(); }); AlertDialog alertDialog = builder.create(); alertDialog.show(); - } private void setIRSensitivity() diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index cc54d46d98..fae6455244 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -298,7 +298,6 @@ Relative Stick Center Rumble Choose Controller - You may have to reload the game after changing extensions. Swipe down from the top of the screen to access the menu. Reset Overlay Touch IR Pointer