forked from len0rd/rockbox
Commit FS#12056 by Noe Lojkinse. Fixes a bug in Xobox where old key presses were left on the buffer too long.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29781 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
33a17dc6c4
commit
8166ce75c8
2 changed files with 2 additions and 0 deletions
|
@ -956,6 +956,7 @@ static inline void move_board (void)
|
|||
player.level++;
|
||||
init_board ();
|
||||
refresh_board ();
|
||||
rb->button_clear_queue();
|
||||
rb->splash (HZ * 2, "Ready?");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue