forked from len0rd/rockbox
adapted to build on iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5784 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3fcfdffe88
commit
6700ad8f20
26 changed files with 184 additions and 11 deletions
|
@ -49,6 +49,12 @@
|
|||
#define SOKOBAN_LEVEL_DOWN (BUTTON_MENU | BUTTON_LEFT)
|
||||
#define SOKOBAN_LEVEL_REPEAT (BUTTON_MENU | BUTTON_UP)
|
||||
|
||||
#elif CONFIG_KEYPAD == IRIVER_H100_PAD
|
||||
#define SOKOBAN_QUIT BUTTON_OFF
|
||||
#define SOKOBAN_UNDO BUTTON_ON
|
||||
#define SOKOBAN_LEVEL_UP BUTTON_MODE
|
||||
#define SOKOBAN_LEVEL_DOWN BUTTON_REC
|
||||
#define SOKOBAN_LEVEL_REPEAT BUTTON_SELECT
|
||||
#endif
|
||||
|
||||
static void init_undo(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue