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, 8 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 7b2189762e..8c6988e0f9 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -306,6 +306,14 @@ CONFIG_KEYPAD == MROBE500_PAD
306#define DOWN BUTTON_DOWN 306#define DOWN BUTTON_DOWN
307#define PAUSE BUTTON_SELECT 307#define PAUSE BUTTON_SELECT
308 308
309#elif CONFIG_KEYPAD == SONY_NWZ_PAD
310#define QUIT BUTTON_BACK
311#define LEFT BUTTON_LEFT
312#define RIGHT BUTTON_RIGHT
313#define UP BUTTON_UP
314#define DOWN BUTTON_DOWN
315#define PAUSE BUTTON_PLAY
316
309#else 317#else
310#error No keymap defined! 318#error No keymap defined!
311#endif 319#endif