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.zip
rockbox-8bfefe9ce12720ce18f699f99ef90913046876ef.tar.gz
rockbox-8bfefe9ce12720ce18f699f99ef90913046876ef.tar.bz2
rockbox-8bfefe9ce12720ce18f699f99ef90913046876ef.tar.xz
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 85cde59..354f4fa 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,
if (timeout < 0)
timeout = 0;
button = pluginlib_getaction(rb,timeout,plugin_contexts,2);
-#ifdef HAS_BUTTON_HOLD
- if (rb->button_hold())
+#ifdef HAS_BUTTON_HOLD && !defined(HAVE_REMOTE_LCD_AS_MAIN)
+ /* FIXME: Should probably check remote hold here */
+ if (rb->button_hold())
button = BUBBLES_START;
#endif
@@ -2455,7 +2456,7 @@ static int bubbles(struct game_context* bb) {
rb->lcd_puts(0, 5, "MODE to fire");
rb->lcd_puts(0, 6, " and show high scores");
rb->lcd_puts(0, 7, "REW/FF to aim");
- rb->lcd_puts(0, 8, "VOL UP/DN to change level");
+ rb->lcd_puts(0, 8, "VOL UP/DN to chg. lvl");
#endif
#if LCD_WIDTH >= 138
rb->snprintf(str, 28, "Start on level %d of %d", startlevel+1,