forked from len0rd/rockbox
OK, a (hopefully) successful attempt at getting rid of the yellows that I created by removing the other yellows
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1938 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
edf6b80547
commit
0a3589d129
1 changed files with 2 additions and 0 deletions
|
|
@ -214,8 +214,10 @@ void menu_exit(int m)
|
||||||
|
|
||||||
void menu_run(int m)
|
void menu_run(int m)
|
||||||
{
|
{
|
||||||
|
#ifndef SIMULATOR
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
bool laststate;
|
bool laststate;
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
menu_draw(m);
|
menu_draw(m);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue