forked from len0rd/rockbox
Accept FS#10094 by Teruaki Kawashima:
Replace the old menu API with the "new" one (a very long time overdue so huge thanks for the work.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21306 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cb57a568e8
commit
af9f405651
22 changed files with 729 additions and 1569 deletions
|
@ -100,7 +100,7 @@ enum
|
|||
int mpeg_menu(unsigned flags);
|
||||
void mpeg_menu_sysevent_clear(void);
|
||||
long mpeg_menu_sysevent(void);
|
||||
int mpeg_menu_sysevent_callback(int btn, int menu);
|
||||
int mpeg_menu_sysevent_callback(int btn, const struct menu_item_ex *menu);
|
||||
void mpeg_menu_sysevent_handle(void);
|
||||
|
||||
void init_settings(const char* filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue