forked from len0rd/rockbox
Fix the yellow in the player build from c39f95465
Change-Id: Iae3a8f4eccd3708b41d43da6e12a3199b1d657c6
This commit is contained in:
parent
6bb704c9d0
commit
c84f9252d7
1 changed files with 4 additions and 1 deletions
|
@ -532,9 +532,12 @@ MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_System_menu,
|
|||
|
||||
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
static int mainmenu_callback(int action,const struct menu_item_ex *this_item)
|
||||
static int mainmenu_callback(int action,
|
||||
const struct menu_item_ex *this_item,
|
||||
struct gui_synclist *lists)
|
||||
{
|
||||
(void)this_item;
|
||||
(void)lists;
|
||||
switch (action)
|
||||
{
|
||||
case ACTION_ENTER_MENUITEM:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue