Fix Pacbox controls for D2 touchscreen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17636 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d23f78b1c6
commit
819a39a22e
1 changed files with 5 additions and 5 deletions
|
@ -153,16 +153,16 @@
|
|||
|
||||
#ifdef HAVE_TOUCHPAD
|
||||
#ifndef PACMAN_UP
|
||||
#define PACMAN_UP BUTTON_TOPMIDDLE
|
||||
#define PACMAN_UP BUTTON_MIDRIGHT
|
||||
#endif
|
||||
#ifndef PACMAN_DOWN
|
||||
#define PACMAN_DOWN BUTTON_BOTTOMMIDDLE
|
||||
#define PACMAN_DOWN BUTTON_MIDLEFT
|
||||
#endif
|
||||
#ifndef PACMAN_LEFT
|
||||
#define PACMAN_LEFT BUTTON_MIDLEFT
|
||||
#define PACMAN_LEFT BUTTON_TOPMIDDLE
|
||||
#endif
|
||||
#ifndef PACMAN_RIGHT
|
||||
#define PACMAN_RIGHT BUTTON_MIDRIGHT
|
||||
#define PACMAN_RIGHT BUTTON_BOTTOMMIDDLE
|
||||
#endif
|
||||
#ifndef PACMAN_1UP
|
||||
#define PACMAN_1UP BUTTON_BOTTOMLEFT
|
||||
|
@ -171,7 +171,7 @@
|
|||
#define PACMAN_2UP BUTTON_BOTTOMRIGHT
|
||||
#endif
|
||||
#ifndef PACMAN_COIN
|
||||
#define PACMAN_COIN BUTTON_CENTER
|
||||
#define PACMAN_COIN BUTTON_CENTER
|
||||
#endif
|
||||
#ifndef PACMAN_MENU
|
||||
#define PACMAN_MENU (BUTTON_TOPLEFT|BUTTON_REL)
|
||||
|
|
Loading…
Reference in a new issue