forked from len0rd/rockbox
FS #6782 - Adjust right player movement to use Vol+ and Vol- instead of pausing the game every time the player moved down. Thanks to Chris Ham for the keychanges.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12746 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7f4f9aead7
commit
caf2c61079
2 changed files with 3 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ PLUGIN_HEADER
|
||||||
#define PONG_PAUSE BUTTON_MENU
|
#define PONG_PAUSE BUTTON_MENU
|
||||||
#define PONG_LEFT_UP BUTTON_UP
|
#define PONG_LEFT_UP BUTTON_UP
|
||||||
#define PONG_LEFT_DOWN BUTTON_DOWN
|
#define PONG_LEFT_DOWN BUTTON_DOWN
|
||||||
#define PONG_RIGHT_UP BUTTON_POWER
|
#define PONG_RIGHT_UP BUTTON_VOL_UP
|
||||||
#define PONG_RIGHT_DOWN BUTTON_MENU
|
#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN
|
||||||
|
|
||||||
#elif (CONFIG_KEYPAD == SANSA_E200_PAD)
|
#elif (CONFIG_KEYPAD == SANSA_E200_PAD)
|
||||||
#define PONG_QUIT BUTTON_POWER
|
#define PONG_QUIT BUTTON_POWER
|
||||||
|
|
|
||||||
|
|
@ -279,3 +279,4 @@ Nick Vanderweit
|
||||||
Simon Menzel
|
Simon Menzel
|
||||||
Timo Horstschäfer
|
Timo Horstschäfer
|
||||||
Jacco Koning
|
Jacco Koning
|
||||||
|
Chris Ham
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue