From 1788a797e76779c568de88605d567b1407cb992d Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 17 Sep 2022 16:10:45 +0200 Subject: [PATCH] Android: Add "more settings" button to overlay control setting dialog Some people might wonder where the ability to select an extension and the Sideways Wii Remote went. This button will take them to the general settings, which is where those settings now live. At some point in the future, we should probably move everything to the general settings. But this pull request is already big enough as it is! --- .../org/dolphinemu/dolphinemu/activities/EmulationActivity.java | 2 ++ Source/Android/app/src/main/res/values/strings.xml | 1 + 2 files changed, 3 insertions(+) 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 9780f8de7b..9aebeb1ded 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 @@ -1015,6 +1015,8 @@ public final class EmulationActivity extends AppCompatActivity implements ThemeP editor.apply(); mEmulationFragment.refreshInputOverlay(mSettings); }) + .setNeutralButton(R.string.emulation_more_controller_settings, + (dialogInterface, i) -> SettingsActivity.launch(this, MenuTag.SETTINGS)) .show(); } diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 3c15318f01..f2ecd4512c 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -573,6 +573,7 @@ It can efficiently compress both junk data and encrypted Wii data. Adjust Controls Relative Stick Center Choose Controller + More Settings Press Back to access the menu.\nLong press Back to exit emulation. Reset Overlay Touch IR Pointer