summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-31 21:11:32 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-31 21:11:32 +0000
commit9680244f4a4b8625922867dd27d3cc59d0356c7a (patch)
treecc5336055c4f83ca2af5143ea12ed0abf602c4b1 /apps/plugins/minesweeper.c
parenta56199c49e3b22bdde97a7ff5b058ffd761c4a65 (diff)
downloadrockbox-9680244f4a4b8625922867dd27d3cc59d0356c7a.tar.gz
rockbox-9680244f4a4b8625922867dd27d3cc59d0356c7a.zip
* Fix plugin keymaps for VX777
* Enable plugins for VX777 * Fix VX777 simulator All done by Aaron DeMille. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22576 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index a1190d5a51..7d946b1c5d 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -224,7 +224,9 @@ enum minesweeper_status {
224# define MINESWP_DISCOVER BUTTON_SELECT 224# define MINESWP_DISCOVER BUTTON_SELECT
225# define MINESWP_INFO BUTTON_MENU 225# define MINESWP_INFO BUTTON_MENU
226 226
227#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || CONFIG_KEYPAD == MROBE500_PAD 227#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || \
228CONFIG_KEYPAD == ONDAVX777_PAD || \
229CONFIG_KEYPAD == MROBE500_PAD
228# define MINESWP_QUIT BUTTON_POWER 230# define MINESWP_QUIT BUTTON_POWER
229 231
230#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD) 232#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD)