Skip to content

Commit

Permalink
Merge pull request #7795 from JosJuice/android-wii-change-disc
Browse files Browse the repository at this point in the history
Android: Allowing changing disc while emulating Wii
  • Loading branch information
lioncash committed Feb 8, 2019
2 parents 251c7dc + 74fced8 commit 7fb1c1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Android/app/src/main/res/menu/menu_emulation_wii.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,9 @@
</menu>
</item>

<item
android:id="@+id/menu_change_disc"
app:showAsAction="never"
android:title="@string/emulation_change_disc"/>

</menu>

0 comments on commit 7fb1c1e

Please sign in to comment.