From 20d031f9c70109dae2ea320a4c7264e1e489d8eb Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 9 May 2003 16:01:21 +0000 Subject: Configurable dir browser file buffer size. No more 400-file limit. No more whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3661 a1c6a512-1295-4272-9138-f99709370657 --- apps/main_menu.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'apps/main_menu.c') diff --git a/apps/main_menu.c b/apps/main_menu.c index b455e07..b547d2b 100644 --- a/apps/main_menu.c +++ b/apps/main_menu.c @@ -41,6 +41,7 @@ #include "fat.h" #include "sleeptimer.h" #include "wps.h" +#include "buffer.h" #ifdef HAVE_FMRADIO #include "radio.h" #endif @@ -152,14 +153,7 @@ bool show_credits(void) } #ifdef SIMULATOR -#define mp3buf 0 -#define mp3end 0 - extern bool simulate_usb(void); -#else -/* defined in linker script */ -extern unsigned char mp3buf[]; -extern unsigned char mp3end[]; #endif bool show_info(void) { -- cgit v1.1