From 9b986524c067fe447fb79f241c97db09924b18b0 Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Mon, 13 Jan 2003 12:54:59 +0000 Subject: Moving the keyboard buffer empty routine to pure simulator code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3077 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index b69275be7f..fd9b3760bf 100644 --- a/apps/main.c +++ b/apps/main.c @@ -77,6 +77,8 @@ void init(void) global_settings.loudness, global_settings.bass_boost, global_settings.avc ); + while (button_get(false) != 0) + ; /* Empty the keyboard buffer */ } #else -- cgit v1.2.3