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.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index f60938e900..55a1dc4bdb 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -351,7 +351,11 @@ CONFIG_KEYPAD == MROBE500_PAD
351#define DOWN BUTTON_NEXT 351#define DOWN BUTTON_NEXT
352#define PAUSE BUTTON_PLAY 352#define PAUSE BUTTON_PLAY
353 353
354#elif defined(HAVE_TOUCHSCREEN) 354#else
355#error "No keymap defined!"
356#endif
357
358#if defined(HAVE_TOUCHSCREEN)
355#ifndef QUIT 359#ifndef QUIT
356#define QUIT BUTTON_TOPLEFT 360#define QUIT BUTTON_TOPLEFT
357#endif 361#endif
@@ -370,8 +374,6 @@ CONFIG_KEYPAD == MROBE500_PAD
370#ifndef PAUSE 374#ifndef PAUSE
371#define PAUSE BUTTON_CENTER 375#define PAUSE BUTTON_CENTER
372#endif 376#endif
373#else
374#error No keymap defined!
375#endif 377#endif
376 378
377#define MOVE_NO 0 /* player movement */ 379#define MOVE_NO 0 /* player movement */