mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Android: Add missing "World" entry in country list
Fixes an IndexOutOfBoundsException. (Yeah, attempts at having cross-language enums are kinda fragile...)
This commit is contained in:
parent
606e6ca3ba
commit
296efad2e3
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@
|
|||
<item>Russia</item>
|
||||
<item>Spain</item>
|
||||
<item>Taiwan</item>
|
||||
<item>World</item>
|
||||
<item>Unknown</item>
|
||||
</string-array>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue