summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2011-04-24 23:44:58 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2011-04-24 23:44:58 +0000
commit8166ce75c8c13fe96d3fe8b934c819b0a155a6c8 (patch)
treea60f8d441f0c656d82ca097842e60253606e36c6
parent33a17dc6c4290646de8025a0e0fa5a70ebb1d138 (diff)
downloadrockbox-8166ce75c8c13fe96d3fe8b934c819b0a155a6c8.tar.gz
rockbox-8166ce75c8c13fe96d3fe8b934c819b0a155a6c8.zip
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
-rw-r--r--apps/plugins/xobox.c1
-rw-r--r--docs/CREDITS1
2 files changed, 2 insertions, 0 deletions
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)
956 player.level++; 956 player.level++;
957 init_board (); 957 init_board ();
958 refresh_board (); 958 refresh_board ();
959 rb->button_clear_queue();
959 rb->splash (HZ * 2, "Ready?"); 960 rb->splash (HZ * 2, "Ready?");
960 } 961 }
961} 962}
diff --git a/docs/CREDITS b/docs/CREDITS
index c01f78c0e6..cb192e24f9 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -591,6 +591,7 @@ Mārtiņš Šimis
591Huan Zhang 591Huan Zhang
592Leif Andersen 592Leif Andersen
593Sergiu Rotaru 593Sergiu Rotaru
594No Lojkinse
594 595
595The libmad team 596The libmad team
596The wavpack team 597The wavpack team