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
|
|
@ -107,6 +107,11 @@ PLUGIN_HEADER
|
|||
#define MOSAIQUE_SPEED BUTTON_RC_FF
|
||||
#define MOSAIQUE_RESTART BUTTON_RC_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
|
||||
#define MOSAIQUE_QUIT BUTTON_BACK
|
||||
#define MOSAIQUE_SPEED BUTTON_SELECT
|
||||
#define MOSAIQUE_RESTART BUTTON_MENU
|
||||
|
||||
#endif
|
||||
|
||||
enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue