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
|
|
@ -62,6 +62,9 @@ static bool abort;
|
|||
|
||||
#elif CONFIG_KEYPAD == MROBE500_PAD
|
||||
#define STATS_STOP BUTTON_POWER
|
||||
|
||||
#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
|
||||
#define STATS_STOP BUTTON_BACK
|
||||
#endif
|
||||
|
||||
/* TODO: Better get the exts from the filetypes var in tree.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue