From 6a2b9367dddf73383446884e3f0e0ab0deae748e Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 7 Mar 2003 15:09:23 +0000 Subject: The simulators can't use the mp3 buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3399 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/playlist.c b/apps/playlist.c index c458821688..eb8facdf1a 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -655,9 +655,11 @@ void add_indices_to_playlist(void) if(-1 == fd) return; /* failure */ +#ifndef SIMULATOR /* use mp3 buffer for maximum load speed */ buflen = (&mp3end - &mp3buf[0]); buffer = mp3buf; +#endif } store_index = true; -- cgit v1.2.3