summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index ef8ca7bea7..8bcc25ae40 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -149,8 +149,7 @@ void init(void)
149 global_settings.mdb_enable, 149 global_settings.mdb_enable,
150 global_settings.superbass); 150 global_settings.superbass);
151 mpeg_init(); 151 mpeg_init();
152 while (button_get(false) != 0) 152 button_clear_queue(); /* Empty the keyboard buffer */
153 ; /* Empty the keyboard buffer */
154} 153}
155 154
156#else 155#else