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 df6bb7d871..cd9c7f29ce 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -164,6 +164,15 @@ PLUGIN_HEADER
164#define DOWN BUTTON_PLAY 164#define DOWN BUTTON_PLAY
165#define PAUSE BUTTON_MENU 165#define PAUSE BUTTON_MENU
166 166
167#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
168
169#define QUIT BUTTON_BACK
170#define LEFT BUTTON_LEFT
171#define RIGHT BUTTON_RIGHT
172#define UP BUTTON_UP
173#define DOWN BUTTON_DOWN
174#define PAUSE BUTTON_SELECT
175
167#else 176#else
168#error No keymap defined! 177#error No keymap defined!
169#endif 178#endif