summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2019-02-08 19:39:31 +0100
committerJosJuice <josjuice@gmail.com>2019-02-08 19:40:31 +0100
commit74fced8327f5e39a6813cc8a1df4d07c3f3136e7 (patch)
tree8d5d1c83c3dee6a0e3421098407a3048cc412e21 /Source/Android/app/src/main
parente79f37ceac8e79a0b111d7d44b09d66d4a32fe26 (diff)
Android: Allowing changing disc while emulating Wii
There's no good reason this should be locked to GameCube. Think of all the Dragon Quest X fans :(
Diffstat (limited to 'Source/Android/app/src/main')
-rw-r--r--Source/Android/app/src/main/res/menu/menu_emulation_wii.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/menu/menu_emulation_wii.xml b/Source/Android/app/src/main/res/menu/menu_emulation_wii.xml
index 465e582aff..a964338aab 100644
--- a/Source/Android/app/src/main/res/menu/menu_emulation_wii.xml
+++ b/Source/Android/app/src/main/res/menu/menu_emulation_wii.xml
@@ -133,4 +133,9 @@
</menu>
</item>
+ <item
+ android:id="@+id/menu_change_disc"
+ app:showAsAction="never"
+ android:title="@string/emulation_change_disc"/>
+
</menu>