Up the sbrk heap size for dobiestation

Guess it manages to run out with 4MB on some stuff?
This commit is contained in:
nattthebear 2020-08-03 21:11:28 -04:00
parent 93c3f0f217
commit 75aca0e7c6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace BizHawk.Emulation.Cores.Sony.PS2
_core = PreInit<LibDobieStation>(new WaterboxOptions
{
Filename = "dobie.wbx",
SbrkHeapSizeKB = 4 * 1024,
SbrkHeapSizeKB = 64 * 1024,
SealedHeapSizeKB = 4 * 1024,
InvisibleHeapSizeKB = 4 * 1024,
PlainHeapSizeKB = 256,