summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.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/bubbles.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/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index bc862baeda..48ca231349 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -2465,7 +2465,7 @@ static int bubbles(struct game_context* bb) {
2465 rb->lcd_puts(0, 6, " and show high scores"); 2465 rb->lcd_puts(0, 6, " and show high scores");
2466 rb->lcd_puts(0, 7, "SCROLL to aim"); 2466 rb->lcd_puts(0, 7, "SCROLL to aim");
2467 rb->lcd_puts(0, 8, " and to change level"); 2467 rb->lcd_puts(0, 8, " and to change level");
2468#elif CONFIG_KEYPAD == IAUDIO_X5_PAD 2468#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
2469 rb->lcd_puts(0, 2, "PLAY to start/pause"); 2469 rb->lcd_puts(0, 2, "PLAY to start/pause");
2470 rb->lcd_puts(0, 3, "REC to save/resume"); 2470 rb->lcd_puts(0, 3, "REC to save/resume");
2471 rb->lcd_puts(0, 4, "POWER to exit"); 2471 rb->lcd_puts(0, 4, "POWER to exit");