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