mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 18:48:56 -06:00
Implement Gamecube Input setting screen
This commit is contained in:
@ -147,4 +147,16 @@
|
||||
<item>Taiwan</item>
|
||||
<item>Unknown</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="gcpadTypeEntries">
|
||||
<item>Disabled</item>
|
||||
<item>Emulated</item>
|
||||
<item>Gamecube Adapter</item>
|
||||
</string-array>
|
||||
<integer-array name="gcpadTypeValues">
|
||||
<item>0</item>
|
||||
<item>6</item>
|
||||
<item>12</item>
|
||||
</integer-array>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user