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 b26c16eabf..daf627d590 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -203,6 +203,15 @@ PLUGIN_HEADER
203 203
204#define QUIT BUTTON_POWER 204#define QUIT BUTTON_POWER
205 205
206#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
207
208#define QUIT BUTTON_PLAY
209#define LEFT BUTTON_LEFT
210#define RIGHT BUTTON_RIGHT
211#define UP BUTTON_UP
212#define DOWN BUTTON_DOWN
213#define PAUSE BUTTON_FFWD
214
206#else 215#else
207#error No keymap defined! 216#error No keymap defined!
208#endif 217#endif