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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index def11b3bb0..616a45605f 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -42,8 +42,9 @@ PLUGIN_HEADER
42#define UP BUTTON_UP 42#define UP BUTTON_UP
43#define DOWN BUTTON_DOWN 43#define DOWN BUTTON_DOWN
44 44
45#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || \ 45#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \
46 (CONFIG_KEYPAD == IPOD_4G_PAD) 46 (CONFIG_KEYPAD == IPOD_3G_PAD) || \
47 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
47 48
48#define QUIT (BUTTON_SELECT | BUTTON_MENU) 49#define QUIT (BUTTON_SELECT | BUTTON_MENU)
49#define LEFT BUTTON_LEFT 50#define LEFT BUTTON_LEFT