summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2010-11-02 10:44:34 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2010-11-02 10:44:34 +0000
commit59ba8fea22dad7c998fe515dafeb15b0e91ddbc0 (patch)
tree94b7927132f035666d8cc34c535a5710e882b4e3 /apps/plugins/minesweeper.c
parentf7bcb66e676df93ab3e5bbff5b71ed4200afaabb (diff)
downloadrockbox-59ba8fea22dad7c998fe515dafeb15b0e91ddbc0.tar.gz
rockbox-59ba8fea22dad7c998fe515dafeb15b0e91ddbc0.zip
MPIO HD200: rename button defines to adhere how they are labeled on the device.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28443 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 3925c2c7bc..1153972ccb 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -260,11 +260,11 @@ CONFIG_KEYPAD == MROBE500_PAD
260#elif CONFIG_KEYPAD == MPIO_HD200_PAD 260#elif CONFIG_KEYPAD == MPIO_HD200_PAD
261# define MINESWP_LEFT BUTTON_VOL_DOWN 261# define MINESWP_LEFT BUTTON_VOL_DOWN
262# define MINESWP_RIGHT BUTTON_VOL_UP 262# define MINESWP_RIGHT BUTTON_VOL_UP
263# define MINESWP_UP BUTTON_PREV 263# define MINESWP_UP BUTTON_REW
264# define MINESWP_DOWN BUTTON_NEXT 264# define MINESWP_DOWN BUTTON_FF
265# define MINESWP_QUIT (BUTTON_REC|BUTTON_PLAY) 265# define MINESWP_QUIT (BUTTON_REC|BUTTON_PLAY)
266# define MINESWP_TOGGLE BUTTON_PLAY 266# define MINESWP_TOGGLE BUTTON_PLAY
267# define MINESWP_DISCOVER BUTTON_SELECT 267# define MINESWP_DISCOVER BUTTON_FUNC
268# define MINESWP_INFO BUTTON_REC 268# define MINESWP_INFO BUTTON_REC
269 269
270#else 270#else