summaryrefslogtreecommitdiff
path: root/apps/plugins/solitaire.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-16 23:02:39 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-16 23:02:39 +0000
commit85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0 (patch)
tree013a8df82e82d7d579ba83a381ac660030641129 /apps/plugins/solitaire.c
parentf3455d15e07409a50e4237bf20c780a9ce7bcc92 (diff)
downloadrockbox-85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0.tar.gz
rockbox-85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0.zip
Rename some macros to account for the recently added M5 port. No code changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12809 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/solitaire.c')
-rw-r--r--apps/plugins/solitaire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index da01f0f608..b6bf23ca68 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -154,7 +154,7 @@ static struct plugin_api* rb;
154# define HK_CUR2STACK "MENU.." 154# define HK_CUR2STACK "MENU.."
155# define HK_REM2STACK "RIGHT.." 155# define HK_REM2STACK "RIGHT.."
156 156
157#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) 157#elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD)
158# define SOL_QUIT BUTTON_POWER 158# define SOL_QUIT BUTTON_POWER
159# define SOL_UP BUTTON_UP 159# define SOL_UP BUTTON_UP
160# define SOL_DOWN BUTTON_DOWN 160# define SOL_DOWN BUTTON_DOWN