Increase audio heap sizes on PC

prevent allocation failures from larger 64-bit pointers
This commit is contained in:
PJB3005
2026-02-26 18:46:47 +01:00
parent b36aee6da7
commit 8b4bb290d8
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ static void mDoAud_Create() {
#endif
if (g_mDoAud_audioHeap != NULL) {
s32 groupID = JKRGetCurrentHeap()->changeGroupID(5);
#if PLATFORM_GCN
#if PLATFORM_GCN && !TARGET_PC
const int audioMemSize = 0xA00000;
#else
const int audioMemSize = 0xB00000;