mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 07:02:31 -05:00
Samsung YH820/92x keymap bugfixes
This patch fixes some (mostly small) plugin issues with the "big" YH-keymap patch (a507b). Only one fix affects the main keymaps (virtual keyboard "DONE" now exits after long key /release/ instead of long button /press/). Change-Id: Id34f925ebfa97ae4974cd9405fbe1fee4f597833
This commit is contained in:
parent
ad65f8cc71
commit
5e91ec1401
21 changed files with 140 additions and 81 deletions
|
|
@ -390,9 +390,6 @@ static int gameProc( void )
|
|||
if ((status & PACMAN_MENU) == PACMAN_MENU
|
||||
#ifdef PACMAN_RC_MENU
|
||||
|| status == PACMAN_RC_MENU
|
||||
#endif
|
||||
#ifdef PACMAN_MENU2
|
||||
|| status == PACMAN_MENU2
|
||||
#endif
|
||||
) {
|
||||
bool menu_res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue