Merge pull request #7795 from JosJuice/android-wii-change-disc

Android: Allowing changing disc while emulating Wii
This commit is contained in:
Mat M 2019-02-08 14:30:42 -05:00 committed by GitHub
commit 7fb1c1e3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -133,4 +133,9 @@
</menu>
</item>
<item
android:id="@+id/menu_change_disc"
app:showAsAction="never"
android:title="@string/emulation_change_disc"/>
</menu>