some work on PSP CLUT

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@277 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-10-21 18:41:52 +00:00
parent 2b90fc61e0
commit db298784dd
6 changed files with 223 additions and 37 deletions

View file

@ -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);