Removed ifdefs for audio heap sizes

This commit is contained in:
Kevin Alexis Contreras 2022-06-20 12:33:38 -05:00
parent e945a86d46
commit 4e75488567
2 changed files with 1 additions and 7 deletions

View File

@ -32,9 +32,6 @@
#if defined(_WIN64) || defined(__x86_64__) || defined(__arm64__)
#define _SOH64
#define AUDIO_HEAP_SIZE 0x3800000
#else
#define AUDIO_HEAP_SIZE 0x3800000
#endif
#define SYSTEM_HEAP_SIZE (1024 * 1024 * 4)

View File

@ -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] = {
{