forked from len0rd/rockbox
enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usable though, mpegplayer data aborts)
fix the config which should have been done a few commits ago git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15296 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
902a1b5fae
commit
a256878e77
7 changed files with 42 additions and 2 deletions
|
@ -162,6 +162,13 @@ PLUGIN_IRAM_DECLARE
|
|||
#define MPEG_VOLDOWN BUTTON_VOL_DOWN
|
||||
#define MPEG_VOLUP BUTTON_VOL_UP
|
||||
|
||||
#elif CONFIG_KEYPAD == MROBE500_PAD
|
||||
#define MPEG_MENU BUTTON_RC_HEART
|
||||
#define MPEG_STOP BUTTON_POWER
|
||||
#define MPEG_PAUSE BUTTON_TOUCHPAD
|
||||
#define MPEG_VOLDOWN BUTTON_RC_VOL_DOWN
|
||||
#define MPEG_VOLUP BUTTON_RC_VOL_UP
|
||||
|
||||
#else
|
||||
#error MPEGPLAYER: Unsupported keypad
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue