summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox')
-rw-r--r--apps/plugins/pacbox/pacbox.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 1270e9c064..ebce692118 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -310,6 +310,15 @@
310#define PACMAN_COIN BUTTON_PREV 310#define PACMAN_COIN BUTTON_PREV
311#define PACMAN_MENU BUTTON_POWER 311#define PACMAN_MENU BUTTON_POWER
312 312
313#elif CONFIG_KEYPAD == SONY_NWZ_PAD
314#define PACMAN_UP BUTTON_UP
315#define PACMAN_DOWN BUTTON_DOWN
316#define PACMAN_LEFT BUTTON_LEFT
317#define PACMAN_RIGHT BUTTON_RIGHT
318#define PACMAN_MENU BUTTON_BACK
319#define PACMAN_1UP BUTTON_POWER
320#define PACMAN_COIN BUTTON_PLAY
321
313#else 322#else
314 323
315#error Keymap not defined! 324#error Keymap not defined!