Oops, missed icon and desktop file.
This commit is contained in:
parent
8af1a93e77
commit
b0596ab4a2
|
@ -0,0 +1,50 @@
|
||||||
|
/* XPM */
|
||||||
|
static const char * DeSmuME_xpm[] = {
|
||||||
|
"32 32 15 1",
|
||||||
|
" c None",
|
||||||
|
". c #000000",
|
||||||
|
"+ c #F6F6FB",
|
||||||
|
"@ c #ECECF6",
|
||||||
|
"# c #E2E2F1",
|
||||||
|
"$ c #D8D8EC",
|
||||||
|
"% c #CFCFE7",
|
||||||
|
"& c #C5C5E2",
|
||||||
|
"* c #BBBBDE",
|
||||||
|
"= c #B1B1D9",
|
||||||
|
"- c #A8A8D4",
|
||||||
|
"; c #9E9ECF",
|
||||||
|
"> c #9494CA",
|
||||||
|
", c #8A8AC5",
|
||||||
|
"' c #8080C0",
|
||||||
|
" .................... ",
|
||||||
|
" .................... ",
|
||||||
|
".....++..+++++..+++++.. ",
|
||||||
|
".....++..++.....++..... ",
|
||||||
|
"..@@@@@..@@@@@..@@@@@.. ",
|
||||||
|
"..@@.@@..@@........@@.. ",
|
||||||
|
"..##.##..##.##..##.##.. ",
|
||||||
|
"..##.##..##.##..##.##.. ",
|
||||||
|
"..$$.$$..$$.$$..$$.$$.. ",
|
||||||
|
"..$$.$$..$$.$$..$$.$$.. ",
|
||||||
|
"..%%.%%..%%.%%..%%.%%.. ",
|
||||||
|
"..%%.%%..%%.%%..%%.%%.. ",
|
||||||
|
"..&&&&&..&&&&&..&&&&&.. ",
|
||||||
|
"....................... ",
|
||||||
|
".......********.**.**.. ",
|
||||||
|
" ..==.==.==.==.==.. ",
|
||||||
|
" ..==.==.==.==.==.. ",
|
||||||
|
" ..--.--.--.--.--.. ",
|
||||||
|
" ..--.--.--.--.--.. ",
|
||||||
|
" ..;;.;;.;;.;;;;;.. ",
|
||||||
|
" ..................... ",
|
||||||
|
" ..................... ",
|
||||||
|
" ..>>>>>>>>.>>>>>.. ",
|
||||||
|
" ..>>.>>.>>.>>..... ",
|
||||||
|
" ..,,.,,.,,.,,,,,.. ",
|
||||||
|
" ..,,.,,.,,.,,..... ",
|
||||||
|
" ..''.''.''.''.''.. ",
|
||||||
|
" ..''.''.''.''.''.. ",
|
||||||
|
" ..''.''.''.''.''.. ",
|
||||||
|
" ..''.''.''.'''''.. ",
|
||||||
|
" .................. ",
|
||||||
|
" .................. "};
|
|
@ -0,0 +1,10 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Type=Application
|
||||||
|
Name=DeSmuME (WxWidgets)
|
||||||
|
Comment=Nintento DS emulator
|
||||||
|
TryExec=wxdesmume
|
||||||
|
Exec=wxdesmume
|
||||||
|
Icon=DeSmuME
|
||||||
|
Categories=GNOME;GTK;Game;Emulator;
|
||||||
|
MimeType=application/x-nintendo-ds-rom;
|
Loading…
Reference in New Issue