revert audio heap size, keep bigger pools

This commit is contained in:
Jeffrey Crowell 2022-06-03 10:59:29 -04:00
commit b80d1f18b8

View file

@ -31,7 +31,7 @@
#include "regs.h"
//#define AUDIO_HEAP_SIZE 0x38000
#define AUDIO_HEAP_SIZE 0x5800000 // The original audio heap size was too small. The heap would exceed capacity and corrupt everything in its path.
#define AUDIO_HEAP_SIZE 0x3800000 // The original audio heap size was too small. The heap would exceed capacity and corrupt everything in its path.
#define SYSTEM_HEAP_SIZE (1024 * 1024 * 4)
#ifdef __cplusplus