forked from len0rd/rockbox
menus remove reserved 'param' parameter
-- missed the plugin menu -- Change-Id: Iac2c9b0b8212ab5f3ac2ef90e1ac2723d212f86c
This commit is contained in:
parent
ccf1aaa5be
commit
c85a4f1fa4
17 changed files with 191 additions and 203 deletions
|
@ -236,9 +236,9 @@ static bool set_option_dithering(void)
|
|||
}
|
||||
|
||||
MENUITEM_FUNCTION(grayscale_item, 0, ID2P(LANG_GRAYSCALE),
|
||||
set_option_grayscale, NULL, NULL, Icon_NOICON);
|
||||
set_option_grayscale, NULL, Icon_NOICON);
|
||||
MENUITEM_FUNCTION(dithering_item, 0, ID2P(LANG_DITHERING),
|
||||
set_option_dithering, NULL, NULL, Icon_NOICON);
|
||||
set_option_dithering, NULL, Icon_NOICON);
|
||||
MAKE_MENU(display_menu, "Display Options", NULL, Icon_NOICON,
|
||||
&grayscale_item, &dithering_item);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue