mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
initial psp code, functional menu
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@274 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
3c392aec73
commit
1820b5a7a1
23 changed files with 2162 additions and 7 deletions
BIN
platform/psp/skin/background.png
Normal file
BIN
platform/psp/skin/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
BIN
platform/psp/skin/font.png
Normal file
BIN
platform/psp/skin/font.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
8
platform/psp/skin/readme.txt
Normal file
8
platform/psp/skin/readme.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
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.
|
||||
|
BIN
platform/psp/skin/selector.png
Normal file
BIN
platform/psp/skin/selector.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 261 B |
4
platform/psp/skin/skin.txt
Normal file
4
platform/psp/skin/skin.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc.
|
||||
text_color=ffffff
|
||||
selection_color=c00000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue