mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
some work on PSP CLUT
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@277 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
70357ce525
commit
9112b6ce9f
9 changed files with 312 additions and 111 deletions
|
@ -225,7 +225,6 @@ void menu_init(void)
|
|||
int tmp = parse_hex_color(buff+16);
|
||||
if (tmp >= 0) menu_sel_color = tmp;
|
||||
else lprintf("skin.txt: parse error for selection_color\n");
|
||||
lprintf("sel color: %04x\n", menu_sel_color);
|
||||
}
|
||||
else
|
||||
lprintf("skin.txt: parse error: %s\n", buff);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue