From 43503ead834f6aecb50fe3e6bea58ad2701a230e Mon Sep 17 00:00:00 2001 From: Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> Date: Mon, 20 Jun 2022 13:04:01 -0500 Subject: [PATCH] Fixed audio_heap_size --- soh/include/z64.h | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/include/z64.h b/soh/include/z64.h index 663671048..e02b7d27a 100644 --- a/soh/include/z64.h +++ b/soh/include/z64.h @@ -34,6 +34,7 @@ #define _SOH64 #endif +#define AUDIO_HEAP_SIZE 0x3800000 #define SYSTEM_HEAP_SIZE (1024 * 1024 * 4) #ifdef __cplusplus