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
|
|
@ -7,7 +7,7 @@
|
|||
* \/ \/ \/ \/ \/
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2002 Björn Stenberg
|
||||
* Copyright (C) 2002 Bj<EFBFBD>n Stenberg
|
||||
*
|
||||
* All files in this archive are subject to the GNU General Public License.
|
||||
* See the file COPYING in the source tree root for full license agreement.
|
||||
|
|
@ -510,7 +510,11 @@ static int onplay_callback(int key, int menu)
|
|||
{
|
||||
(void)menu;
|
||||
|
||||
if (key == MENU_EXIT_MENU)
|
||||
if (key == MENU_EXIT_MENU
|
||||
#ifdef MENU_RC_EXIT_MENU
|
||||
|| key == MENU_RC_EXIT_MENU
|
||||
#endif
|
||||
)
|
||||
exit_to_main = true;
|
||||
|
||||
return key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue