forked from len0rd/rockbox
Solitaire: Don't let the REM2STACK shortcut repeat on irivers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11103 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db3b70c748
commit
f3fc9cbd8b
1 changed files with 2 additions and 1 deletions
|
|
@ -101,6 +101,7 @@ static struct plugin_api* rb;
|
|||
# define SOL_MOVE (BUTTON_SELECT | BUTTON_REL)
|
||||
# define SOL_DRAW BUTTON_MODE
|
||||
# define SOL_REM2CUR (BUTTON_LEFT | BUTTON_ON)
|
||||
# define SOL_CUR2STACK_PRE BUTTON_SELECT
|
||||
# define SOL_CUR2STACK (BUTTON_SELECT | BUTTON_REPEAT)
|
||||
# define SOL_REM2STACK (BUTTON_RIGHT | BUTTON_ON)
|
||||
# define SOL_REM BUTTON_REC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue