mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
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.
This commit is contained in:

committed by
Steven Vascellaro

parent
f7d1943615
commit
f1a26ff654
@ -127,9 +127,15 @@ enum
|
||||
IDM_LISTJAP,
|
||||
IDM_LISTPAL,
|
||||
IDM_LISTUSA,
|
||||
IDM_LISTAUSTRALIA,
|
||||
IDM_LISTFRANCE,
|
||||
IDM_LISTGERMANY,
|
||||
IDM_LISTINTERNATIONAL,
|
||||
IDM_LISTITALY,
|
||||
IDM_LISTKOREA,
|
||||
IDM_LISTNETHERLANDS,
|
||||
IDM_LISTRUSSIA,
|
||||
IDM_LISTSPAIN,
|
||||
IDM_LISTTAIWAN,
|
||||
IDM_LIST_UNK,
|
||||
IDM_LISTDRIVES,
|
||||
|
Reference in New Issue
Block a user