diff options
Diffstat (limited to 'apps/plugins/pacbox')
-rw-r--r-- | apps/plugins/pacbox/pacbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index a3de867c2f..0183b0c3f6 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h | |||
@@ -250,7 +250,7 @@ | |||
250 | #define PACMAN_LEFT BUTTON_LEFT | 250 | #define PACMAN_LEFT BUTTON_LEFT |
251 | #define PACMAN_RIGHT BUTTON_RIGHT | 251 | #define PACMAN_RIGHT BUTTON_RIGHT |
252 | #define PACMAN_1UP BUTTON_SELECT | 252 | #define PACMAN_1UP BUTTON_SELECT |
253 | #define PACMAN_2UP BUTTON_BOTTOMRIGHT | 253 | #define PACMAN_2UP BUTTON_BACK |
254 | #define PACMAN_COIN BUTTON_PLAYPAUSE | 254 | #define PACMAN_COIN BUTTON_PLAYPAUSE |
255 | #define PACMAN_MENU BUTTON_POWER | 255 | #define PACMAN_MENU BUTTON_POWER |
256 | 256 | ||