1
0
Fork 0
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:
Will Robertson 2008-02-17 12:23:02 +00:00
parent df71f4c509
commit 8215b34fdb
49 changed files with 404 additions and 15 deletions

View file

@ -123,6 +123,13 @@ PLUGIN_HEADER
#define PONG_RIGHT_UP BUTTON_REW
#define PONG_RIGHT_DOWN BUTTON_FF
#elif (CONFIG_KEYPAD == GIGABEAT_S_PAD)
#define PONG_QUIT BUTTON_BACK
#define PONG_LEFT_UP BUTTON_UP
#define PONG_LEFT_DOWN BUTTON_DOWN
#define PONG_RIGHT_UP BUTTON_VOL_UP
#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN
#endif
static struct plugin_api* rb;