summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-03-23 08:26:42 +0000
committerJens Arnold <amiconn@rockbox.org>2008-03-23 08:26:42 +0000
commit8bfefe9ce12720ce18f699f99ef90913046876ef (patch)
treed1b3d07eecbab828550c1cad56424b61be1cbf68 /apps/plugins/bubbles.c
parentdf4e4f59211f996b485cee44672e1627c752ef34 (diff)
downloadrockbox-8bfefe9ce12720ce18f699f99ef90913046876ef.tar.gz
rockbox-8bfefe9ce12720ce18f699f99ef90913046876ef.zip
VU_meter: Fix help texts for most targets. * Blackjack: Add help text for M3. * Bubbles: Adjust a text and fix hold behaviour for M3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16757 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index 85cde59188..354f4fa67c 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -2284,8 +2284,9 @@ static int bubbles_handlebuttons(struct game_context* bb, bool animblock,
2284 if (timeout < 0) 2284 if (timeout < 0)
2285 timeout = 0; 2285 timeout = 0;
2286 button = pluginlib_getaction(rb,timeout,plugin_contexts,2); 2286 button = pluginlib_getaction(rb,timeout,plugin_contexts,2);
2287#ifdef HAS_BUTTON_HOLD 2287#ifdef HAS_BUTTON_HOLD && !defined(HAVE_REMOTE_LCD_AS_MAIN)
2288 if (rb->button_hold()) 2288 /* FIXME: Should probably check remote hold here */
2289 if (rb->button_hold())
2289 button = BUBBLES_START; 2290 button = BUBBLES_START;
2290#endif 2291#endif
2291 2292
@@ -2455,7 +2456,7 @@ static int bubbles(struct game_context* bb) {
2455 rb->lcd_puts(0, 5, "MODE to fire"); 2456 rb->lcd_puts(0, 5, "MODE to fire");
2456 rb->lcd_puts(0, 6, " and show high scores"); 2457 rb->lcd_puts(0, 6, " and show high scores");
2457 rb->lcd_puts(0, 7, "REW/FF to aim"); 2458 rb->lcd_puts(0, 7, "REW/FF to aim");
2458 rb->lcd_puts(0, 8, "VOL UP/DN to change level"); 2459 rb->lcd_puts(0, 8, "VOL UP/DN to chg. lvl");
2459#endif 2460#endif
2460#if LCD_WIDTH >= 138 2461#if LCD_WIDTH >= 138
2461 rb->snprintf(str, 28, "Start on level %d of %d", startlevel+1, 2462 rb->snprintf(str, 28, "Start on level %d of %d", startlevel+1,