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
+4
View File
@@ -20,7 +20,11 @@ JAU_JASInitializer::JAU_JASInitializer() {
audioMemSize_ = 0;
dvdThreadId_ = -1;
audioThreadId_ = -1;
#if TARGET_PC
heapSize_ = 0x4000;
#else
heapSize_ = 0x1000;
#endif
dvdThreadPriority_ = 3;
audioThreadPriority_ = 2;
field_0x1c = 0x80;