diff options
| author | JosJuice <josjuice@gmail.com> | 2019-02-08 19:39:31 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2019-02-08 19:40:31 +0100 |
| commit | 74fced8327f5e39a6813cc8a1df4d07c3f3136e7 (patch) | |
| tree | 8d5d1c83c3dee6a0e3421098407a3048cc412e21 /Source/Android/app/src/main | |
| parent | e79f37ceac8e79a0b111d7d44b09d66d4a32fe26 (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.xml | 5 |
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> |
