1
0
Fork 0
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:
Michael Giacomelli 2011-04-24 23:44:58 +00:00
parent 33a17dc6c4
commit 8166ce75c8
2 changed files with 2 additions and 0 deletions

View file

@ -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?");
}
}