diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-05-09 16:01:21 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-05-09 16:01:21 +0000 |
| commit | 20d031f9c70109dae2ea320a4c7264e1e489d8eb (patch) | |
| tree | 4459bf0a6cbba8e557b60397acfff6f5be3bda10 /apps/main_menu.c | |
| parent | af2b7adefe31839bebbc407083d980a112e7242c (diff) | |
| download | rockbox-20d031f9c70109dae2ea320a4c7264e1e489d8eb.zip rockbox-20d031f9c70109dae2ea320a4c7264e1e489d8eb.tar.gz rockbox-20d031f9c70109dae2ea320a4c7264e1e489d8eb.tar.bz2 rockbox-20d031f9c70109dae2ea320a4c7264e1e489d8eb.tar.xz | |
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
Diffstat (limited to 'apps/main_menu.c')
| -rw-r--r-- | apps/main_menu.c | 8 |
1 files changed, 1 insertions, 7 deletions
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) { |