mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-06 01:21:08 +00:00
24d5e59c32
Delete files and directories that won't be used, and rename the wxWidgets 3.0 directory to reduce confusion when doing maintenance version upgrades.
25 lines
484 B
C
25 lines
484 B
C
/* XPM */
|
|
static const char *const home_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 15 3 1",
|
|
". c Black",
|
|
"X c #FFFFFF",
|
|
" c None",
|
|
/* pixels */
|
|
" .... ",
|
|
" .XXXX. ",
|
|
" .XXXXXX. ",
|
|
" .XXXXXXXX. ",
|
|
" .XXXXXXXXXX. ",
|
|
" .............. ",
|
|
" .XXXXXXXXXXXX. ",
|
|
" .XXXXXXXXXXXX. ",
|
|
" .XXXXXXXXXXXX. ",
|
|
" .X.....X....X. ",
|
|
" .X. .X. .X. ",
|
|
" .X. .X. .X. ",
|
|
" .X.....X. .X. ",
|
|
" .XXXXXXX. .X. ",
|
|
" ......... ... "
|
|
};
|