forked from len0rd/rockbox
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue