mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-15 05:40:55 -04:00
Increase audio heap sizes on PC
prevent allocation failures from larger 64-bit pointers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user