mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
f1a26ff654
* 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.
44 lines
3.3 KiB
C
44 lines
3.3 KiB
C
/* XPM */
|
|
static const char * Flag_Netherlands_xpm[] = {
|
|
"96 32 8 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #AE1C28",
|
|
"@ c #C3565F",
|
|
"# c #FFFFFF",
|
|
"$ c #526EA5",
|
|
"% c #1F448A",
|
|
"& c #21468B",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
"................................ ",
|
|
".++++++++++++++++++++++++++++++. ",
|
|
".++++++++++++++++++++++++++++++. ",
|
|
".++++++++++++++++++++++++++++++. ",
|
|
".++++++++++++++++++++++++++++++. ",
|
|
".++++++++++++++++++++++++++++++. ",
|
|
".++++++++++++++++++++++++++++++. ",
|
|
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
|
|
".##############################. ",
|
|
".##############################. ",
|
|
".##############################. ",
|
|
".##############################. ",
|
|
".##############################. ",
|
|
".##############################. ",
|
|
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
|
|
".%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%. ",
|
|
".&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&. ",
|
|
".&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&. ",
|
|
".&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&. ",
|
|
".&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&. ",
|
|
".&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&. ",
|
|
"................................ ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|