forked from len0rd/rockbox
Plugins now enabled and working for the Gigabeat S.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16323 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
df71f4c509
commit
8215b34fdb
49 changed files with 404 additions and 15 deletions
|
@ -217,6 +217,19 @@ extern const fb_data sokoban_tiles[];
|
|||
#define BUTTON_SAVE BUTTON_SELECT
|
||||
#define BUTTON_SAVE_NAME "SELECT"
|
||||
|
||||
#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
|
||||
#define SOKOBAN_UP BUTTON_UP
|
||||
#define SOKOBAN_DOWN BUTTON_DOWN
|
||||
#define SOKOBAN_MENU BUTTON_MENU
|
||||
#define SOKOBAN_UNDO BUTTON_VOL_UP
|
||||
#define SOKOBAN_REDO BUTTON_VOL_DOWN
|
||||
#define SOKOBAN_LEVEL_DOWN BUTTON_PREV
|
||||
#define SOKOBAN_LEVEL_REPEAT BUTTON_PLAY
|
||||
#define SOKOBAN_LEVEL_UP BUTTON_NEXT
|
||||
#define SOKOBAN_PAUSE BUTTON_SELECT
|
||||
#define BUTTON_SAVE BUTTON_SELECT
|
||||
#define BUTTON_SAVE_NAME "SELECT"
|
||||
|
||||
#endif
|
||||
|
||||
#define SOKOBAN_FONT FONT_SYSFIXED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue