mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
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 :(
This commit is contained in:
parent
e79f37ceac
commit
74fced8327
1 changed files with 5 additions and 0 deletions
|
@ -133,4 +133,9 @@
|
|||
</menu>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_change_disc"
|
||||
app:showAsAction="never"
|
||||
android:title="@string/emulation_change_disc"/>
|
||||
|
||||
</menu>
|
||||
|
|
Loading…
Add table
Reference in a new issue