Up the sbrk heap size for dobiestation
Guess it manages to run out with 4MB on some stuff?
This commit is contained in:
parent
93c3f0f217
commit
75aca0e7c6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue