Oooops, fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8bfefe9ce1
commit
00094511f4
1 changed files with 1 additions and 1 deletions
|
@ -2284,7 +2284,7 @@ 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 && !defined(HAVE_REMOTE_LCD_AS_MAIN)
|
||||
#if defined(HAS_BUTTON_HOLD) && !defined(HAVE_REMOTE_LCD_AS_MAIN)
|
||||
/* FIXME: Should probably check remote hold here */
|
||||
if (rb->button_hold())
|
||||
button = BUBBLES_START;
|
||||
|
|
Loading…
Reference in a new issue