mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Android: Add Slot A and B device settings to UI
This commit is contained in:
@ -33,6 +33,20 @@
|
||||
<item>5</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Slot A Device Selection -->
|
||||
<string-array name="slotDeviceEntries" translatable="false">
|
||||
<item>Nothing</item>
|
||||
<item>Dummy</item>
|
||||
<item>Memory Card</item>
|
||||
<item>GCI Folder</item>
|
||||
</string-array>
|
||||
<integer-array name="slotDeviceValues" translatable="false">
|
||||
<item>255</item>
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>8</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Video backend selection -->
|
||||
<string-array name="videoBackendEntries" translatable="false">
|
||||
<item>OpenGL</item>
|
||||
|
Reference in New Issue
Block a user