diff options
| author | Stevoisiak <Stevoisiak@gmail.com> | 2014-10-30 10:35:46 -0400 |
|---|---|---|
| committer | Steven Vascellaro <Stevoisiak@gmail.com> | 2014-11-18 19:44:16 -0500 |
| commit | f1a26ff6546f5393d4d057549c6fcc28bc66cccf (patch) | |
| tree | b515567969cc4746bd2b99f324335246fe6dd259 /Source/Android/assets | |
| parent | f7d194361574c8b30800b90aba6eb360cc7e6893 (diff) | |
Various country flag improvements
* Added country flags for games from Netherlands and Spain
* Added separate category for Region Free games (Uses European flag as placeholder)
* Added missing country filter options in "show regions" menu
* Rearranged country filters for readability
* Incremented CACHE_REVISION
Also fixed various country filters not showing up as options in the "Show regions" menu.
Diffstat (limited to 'Source/Android/assets')
| -rw-r--r-- | Source/Android/assets/Dolphin.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Android/assets/Dolphin.ini b/Source/Android/assets/Dolphin.ini index 2dbfe2ba35..1d0113587f 100644 --- a/Source/Android/assets/Dolphin.ini +++ b/Source/Android/assets/Dolphin.ini @@ -169,9 +169,15 @@ ListGC = True ListJap = True ListPal = True ListUsa = True +ListAustralia = True ListFrance = True +ListGermany = True +ListInternational = True ListItaly = True ListKorea = True +ListNetherlands = True +ListRussia = True +ListSpain = True ListTaiwan = True ListUnknown = True ListSort = 3 |
