Add support for the OpenDingux platform

This commit is contained in:
Paul Cercueil 2013-10-07 21:06:54 +02:00 committed by notaz
parent 4e3551a5f6
commit d4bea61c8f
12 changed files with 105 additions and 5 deletions

View file

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Picodrive
Comment=A megadrive/genesis emulator
Exec=PicoDrive
Terminal=false
Type=Application
StartupNotify=true
Icon=megadrive
Categories=emulators;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,7 @@
The skin images can be customized, but there are several limitations:
background.png - must be 320x240 image with 24bit RGB colors.
font.png - must be 128x160 8bit grayscale image.
selector.png - must be 8x10 8bit grayscale image.
Font and selector colors can be changed by editing skin.txt.

View file

@ -0,0 +1,3 @@
// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc.
text_color=ffffff
selection_color=0000c0