From 4e754885670f9ca4be663a6ce9d8f11da5bba08c Mon Sep 17 00:00:00 2001 From: Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> Date: Mon, 20 Jun 2022 12:33:38 -0500 Subject: Removed ifdefs for audio heap sizes --- soh/src/code/audio_init_params.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'soh/src/code') diff --git a/soh/src/code/audio_init_params.c b/soh/src/code/audio_init_params.c index 480f5f213..f5bae8fd8 100644 --- a/soh/src/code/audio_init_params.c +++ b/soh/src/code/audio_init_params.c @@ -10,11 +10,8 @@ const s16 D_8014A6C0[] = { 0x0030, // gTatumsPerBeat }; -#ifdef _SOH64 // OTRTODO: This might be overkill... +// OTRTODO: This might be overkill... const AudioContextInitSizes D_8014A6C4 = { 0x37F000, 0xE0E00, 0xBCE00 }; -#else -const AudioContextInitSizes D_8014A6C4 = { 0x37F000, 0xE0E00, 0xBCE00 }; -#endif ReverbSettings D_80133420[][3] = { { -- cgit v1.2.3