diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-02 10:44:34 +0000 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-02 10:44:34 +0000 |
commit | 59ba8fea22dad7c998fe515dafeb15b0e91ddbc0 (patch) | |
tree | 94b7927132f035666d8cc34c535a5710e882b4e3 /apps/plugins/xobox.c | |
parent | f7bcb66e676df93ab3e5bbff5b71ed4200afaabb (diff) |
MPIO HD200: rename button defines to adhere how they are labeled on the device.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28443 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r-- | apps/plugins/xobox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 11b16d2755..d20a703601 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -246,8 +246,8 @@ CONFIG_KEYPAD == MROBE500_PAD #define QUIT (BUTTON_REC|BUTTON_PLAY) #define LEFT BUTTON_VOL_DOWN #define RIGHT BUTTON_VOL_UP -#define UP BUTTON_PREV -#define DOWN BUTTON_NEXT +#define UP BUTTON_REW +#define DOWN BUTTON_FF #define PAUSE BUTTON_PLAY #else |