diff options
| author | Mat M <mathew1800@gmail.com> | 2019-02-08 14:30:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-08 14:30:42 -0500 |
| commit | 7fb1c1e3a615af8dd713600eb7bb8efa397925ea (patch) | |
| tree | 9e092334a79f28874eec6fd901a9d6660eade447 /Source | |
| parent | 251c7dc5ba730126c8895f20399ca10d4bb6493f (diff) | |
| parent | 74fced8327f5e39a6813cc8a1df4d07c3f3136e7 (diff) | |
Merge pull request #7795 from JosJuice/android-wii-change-disc
Android: Allowing changing disc while emulating Wii
Diffstat (limited to 'Source')
| -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> |
