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:
parent
5bd3297fd4
commit
1cd5b02b15
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue