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
488 B
C
25 lines
488 B
C
/* XPM */
|
|
static const char *const addbookm_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 15 3 1",
|
|
". c Black",
|
|
"X c #00C000",
|
|
" c None",
|
|
/* pixels */
|
|
" ....... ",
|
|
" .XXXXX. ",
|
|
" .. .XXXXX. ",
|
|
" .. .XXXXX. ",
|
|
" ...... .XXXXX. ",
|
|
" ...... .XXXXX. ",
|
|
" .. .XXXXX. ",
|
|
" .. .XXXXX. ",
|
|
" .XXXXX. ",
|
|
" .XXXXX. ",
|
|
" .XXXXX. ",
|
|
" .XXXXX. ",
|
|
" .XX.XX. ",
|
|
" .X. .X. ",
|
|
" .. .. "
|
|
};
|