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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index f3ed96f282..68c32726c0 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -235,12 +235,12 @@ CONFIG_KEYPAD == MROBE500_PAD
235#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD || \ 235#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD || \
236 CONFIG_KEYPAD == SAMSUNG_YH920_PAD 236 CONFIG_KEYPAD == SAMSUNG_YH920_PAD
237 237
238#define QUIT BUTTON_PLAY 238#define QUIT BUTTON_REC
239#define LEFT BUTTON_LEFT 239#define LEFT BUTTON_LEFT
240#define RIGHT BUTTON_RIGHT 240#define RIGHT BUTTON_RIGHT
241#define UP BUTTON_UP 241#define UP BUTTON_UP
242#define DOWN BUTTON_DOWN 242#define DOWN BUTTON_DOWN
243#define PAUSE BUTTON_FFWD 243#define PAUSE BUTTON_PLAY
244 244
245#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 245#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
246 246