From 8166ce75c8c13fe96d3fe8b934c819b0a155a6c8 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sun, 24 Apr 2011 23:44:58 +0000 Subject: 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 --- apps/plugins/xobox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins') diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 920bc23080..157f3c5d87 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -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?"); } } -- cgit v1.2.3