From 06801cbd66dafd80172248debfb55b1257c412e9 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Thu, 26 Feb 2026 23:02:46 +0100 Subject: [PATCH] This parameter was not what I thought it was --- src/m_Do/m_Do_audio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_Do/m_Do_audio.cpp b/src/m_Do/m_Do_audio.cpp index 293cda30e7..a7c490a691 100644 --- a/src/m_Do/m_Do_audio.cpp +++ b/src/m_Do/m_Do_audio.cpp @@ -107,7 +107,7 @@ static void mDoAud_Create() { #endif if (g_mDoAud_audioHeap != NULL) { s32 groupID = JKRGetCurrentHeap()->changeGroupID(5); -#if PLATFORM_GCN && !TARGET_PC +#if PLATFORM_GCN const int audioMemSize = 0xA00000; #else const int audioMemSize = 0xB00000;