forked from len0rd/rockbox
Corrected a small bug about status bar not refreshing the clock in menus on archos, added some H1x0 remote key bindings (thanks Stephan Wezel for the patch ! )
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7698 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
65fe5f144d
commit
b83dc3861e
5 changed files with 28 additions and 8 deletions
|
@ -683,7 +683,11 @@ static bool dirbrowse(void)
|
|||
case TREE_RC_MENU:
|
||||
#endif
|
||||
#ifdef TREE_MENU_PRE
|
||||
if (lastbutton != TREE_MENU_PRE)
|
||||
if (lastbutton != TREE_MENU_PRE
|
||||
#ifdef TREE_RC_MENU_PRE
|
||||
&& lastbutton != TREE_RC_MENU_PRE
|
||||
#endif
|
||||
)
|
||||
break;
|
||||
#endif
|
||||
/* don't enter menu from plugin browser */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue