Increased the mp3 buffer for the simulator, to avoid crash when running the Xing header generator

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4223 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-01-13 12:35:08 +00:00
parent 5bd3297fd4
commit 1cd5b02b15

View file

@ -20,7 +20,7 @@
#include "buffer.h"
#ifdef SIMULATOR
unsigned char mp3buffer[0x100000];
unsigned char mp3buffer[0x200000];
unsigned char *mp3end = mp3buffer + sizeof(mp3buffer);
#else
/* defined in linker script */