forked from len0rd/rockbox
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12908 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1f5ee2a366
commit
8b7a27d189
1 changed files with 2 additions and 0 deletions
|
|
@ -718,8 +718,10 @@ static int game_menu (void)
|
||||||
{
|
{
|
||||||
MENUITEM_STRINGLIST(menu, "XOBOX Menu", NULL, "Start New Game", "Quit");
|
MENUITEM_STRINGLIST(menu, "XOBOX Menu", NULL, "Start New Game", "Quit");
|
||||||
int selection = 0;
|
int selection = 0;
|
||||||
|
#ifdef HAVE_LCD_COLOR
|
||||||
rb->lcd_set_foreground (rb->global_settings->fg_color);
|
rb->lcd_set_foreground (rb->global_settings->fg_color);
|
||||||
rb->lcd_set_background (rb->global_settings->bg_color);
|
rb->lcd_set_background (rb->global_settings->bg_color);
|
||||||
|
#endif
|
||||||
selection = rb->do_menu(&menu, NULL);
|
selection = rb->do_menu(&menu, NULL);
|
||||||
if (selection < 0)
|
if (selection < 0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue