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.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 8de0c8fe16..30fd5fde13 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -277,6 +277,15 @@ CONFIG_KEYPAD == MROBE500_PAD
277#define DOWN BUTTON_DOWN 277#define DOWN BUTTON_DOWN
278#define PAUSE BUTTON_SELECT 278#define PAUSE BUTTON_SELECT
279 279
280#elif (CONFIG_KEYPAD == SAMSUNG_YPR0_PAD)
281
282#define QUIT BUTTON_BACK
283#define LEFT BUTTON_LEFT
284#define RIGHT BUTTON_RIGHT
285#define UP BUTTON_UP
286#define DOWN BUTTON_DOWN
287#define PAUSE BUTTON_SELECT
288
280#else 289#else
281#error No keymap defined! 290#error No keymap defined!
282#endif 291#endif