summaryrefslogtreecommitdiff
path: root/apps/plugins/xobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r--apps/plugins/xobox.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 30fd5fde13..344e3d60a8 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -252,9 +252,9 @@ CONFIG_KEYPAD == MROBE500_PAD
252 252
253#elif CONFIG_KEYPAD == MPIO_HD300_PAD 253#elif CONFIG_KEYPAD == MPIO_HD300_PAD
254 254
255#define QUIT BUTTON_REC 255#define QUIT (BUTTON_MENU | BUTTON_REPEAT)
256#define LEFT BUTTON_MENU 256#define LEFT BUTTON_REW
257#define RIGHT BUTTON_ENTER 257#define RIGHT BUTTON_FF
258#define UP BUTTON_UP 258#define UP BUTTON_UP
259#define DOWN BUTTON_DOWN 259#define DOWN BUTTON_DOWN
260#define PAUSE BUTTON_PLAY 260#define PAUSE BUTTON_PLAY