forked from len0rd/rockbox
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15282 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a3117328e9
commit
56ddddc274
12 changed files with 94 additions and 2 deletions
|
|
@ -60,6 +60,8 @@ static bool abort;
|
|||
#elif CONFIG_KEYPAD == IRIVER_H10_PAD
|
||||
#define STATS_STOP BUTTON_POWER
|
||||
|
||||
#elif CONFIG_KEYPAD == MROBE500_PAD
|
||||
#define STATS_STOP BUTTON_POWER
|
||||
#endif
|
||||
|
||||
/* TODO: Better get the exts from the filetypes var in tree.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue