summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/pacbox/pacbox.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 55ae5b88c6..dc0017eb35 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -153,16 +153,16 @@
153 153
154#ifdef HAVE_TOUCHPAD 154#ifdef HAVE_TOUCHPAD
155#ifndef PACMAN_UP 155#ifndef PACMAN_UP
156#define PACMAN_UP BUTTON_TOPMIDDLE 156#define PACMAN_UP BUTTON_MIDRIGHT
157#endif 157#endif
158#ifndef PACMAN_DOWN 158#ifndef PACMAN_DOWN
159#define PACMAN_DOWN BUTTON_BOTTOMMIDDLE 159#define PACMAN_DOWN BUTTON_MIDLEFT
160#endif 160#endif
161#ifndef PACMAN_LEFT 161#ifndef PACMAN_LEFT
162#define PACMAN_LEFT BUTTON_MIDLEFT 162#define PACMAN_LEFT BUTTON_TOPMIDDLE
163#endif 163#endif
164#ifndef PACMAN_RIGHT 164#ifndef PACMAN_RIGHT
165#define PACMAN_RIGHT BUTTON_MIDRIGHT 165#define PACMAN_RIGHT BUTTON_BOTTOMMIDDLE
166#endif 166#endif
167#ifndef PACMAN_1UP 167#ifndef PACMAN_1UP
168#define PACMAN_1UP BUTTON_BOTTOMLEFT 168#define PACMAN_1UP BUTTON_BOTTOMLEFT
@@ -171,7 +171,7 @@
171#define PACMAN_2UP BUTTON_BOTTOMRIGHT 171#define PACMAN_2UP BUTTON_BOTTOMRIGHT
172#endif 172#endif
173#ifndef PACMAN_COIN 173#ifndef PACMAN_COIN
174#define PACMAN_COIN BUTTON_CENTER 174#define PACMAN_COIN BUTTON_CENTER
175#endif 175#endif
176#ifndef PACMAN_MENU 176#ifndef PACMAN_MENU
177#define PACMAN_MENU (BUTTON_TOPLEFT|BUTTON_REL) 177#define PACMAN_MENU (BUTTON_TOPLEFT|BUTTON_REL)