From b80d1f18b8037b44eb141c460ec7373db8ed0efb Mon Sep 17 00:00:00 2001 From: Jeffrey Crowell Date: Fri, 3 Jun 2022 10:59:29 -0400 Subject: [PATCH] revert audio heap size, keep bigger pools --- soh/include/z64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/include/z64.h b/soh/include/z64.h index 42dd770b9..05a32a1f9 100644 --- a/soh/include/z64.h +++ b/soh/include/z64.h @@ -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