diff options
Diffstat (limited to 'apps/plugins/pacbox/pacbox.h')
| -rw-r--r-- | apps/plugins/pacbox/pacbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index e84f8d8..e454b17 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -166,8 +166,8 @@ #define PACMAN_LEFT BUTTON_LEFT #define PACMAN_RIGHT BUTTON_RIGHT #define PACMAN_1UP BUTTON_CUSTOM -#define PACMAN_2UP BUTTON_SELECT -#define PACMAN_COIN BUTTON_PLAY +#define PACMAN_2UP BUTTON_PLAY +#define PACMAN_COIN BUTTON_SELECT #define PACMAN_MENU BUTTON_MENU #else |