mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
fix builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11537 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9ddcab8eb0
commit
ef35bb9d47
2 changed files with 2 additions and 2 deletions
|
@ -2490,7 +2490,7 @@ static int bubbles(struct game_context* bb) {
|
|||
rb->lcd_update();
|
||||
|
||||
/* handle menu button presses */
|
||||
button = pluginlib_getaction(rb,timeout,plugin_contexts,2);
|
||||
button = pluginlib_getaction(rb,TIMEOUT_BLOCK,plugin_contexts,2);
|
||||
switch(button){
|
||||
case PLA_START: /* start playing */
|
||||
bb->level = startlevel;
|
||||
|
|
|
@ -152,7 +152,7 @@ static const struct button_mapping generic_actions[] =
|
|||
{PLA_FIRE_REPEAT, BUTTON_ON|BUTTON_REPEAT, BUTTON_NONE},
|
||||
#elif CONFIG_KEYPAD == SANSA_E200_PAD
|
||||
{PLA_QUIT, BUTTON_POWER, BUTTON_NONE},
|
||||
{PLA_START, BUTTON_PLAY, BUTTON_NONE},
|
||||
{PLA_START, BUTTON_UP, BUTTON_NONE},
|
||||
{PLA_MENU, BUTTON_DOWN, BUTTON_NONE},
|
||||
{PLA_FIRE, BUTTON_SELECT, BUTTON_NONE},
|
||||
{PLA_FIRE_REPEAT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_NONE},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue