From d0c958a861633d3fe6e9a02ce8506fcf2f961ee5 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 25 Nov 2002 00:00:46 +0000 Subject: Corrected time info when recording git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2884 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/recorder') diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index bf1a37a1af..e866a4fac6 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -123,11 +123,11 @@ void adjust_cursor(void) unsigned int frame_times[] = { - 2400, /* 48kHz */ 2612, /* 44.1kHz */ + 2400, /* 48kHz */ 3600, /* 32kHz */ - 2400, /* 24kHz */ 2612, /* 22.05kHz */ + 2400, /* 24kHz */ 3200 /* 16kHz */ }; @@ -187,6 +187,7 @@ bool recording_screen(void) while(!done) { + yield(); button = button_get(false); switch(button) { -- cgit v1.2.3