forked from len0rd/rockbox
no menu for archos players till menu.c is adapted to work for them too...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6124 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0dc6b128ca
commit
0de0162ebe
1 changed files with 4 additions and 0 deletions
|
|
@ -118,10 +118,14 @@ void ev_poll(void)
|
|||
ev_postevent(&ev);
|
||||
}
|
||||
if(pressed & ROCKBOY_MENU) {
|
||||
#if CONFIG_KEYPAD == IRIVER_H100_PAD
|
||||
if (do_user_menu() == USER_MENU_QUIT) {
|
||||
#endif
|
||||
die("");
|
||||
cleanshut=1;
|
||||
#if CONFIG_KEYPAD == IRIVER_H100_PAD
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue