diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sony/PS2/DobieStation.cs b/src/BizHawk.Emulation.Cores/Consoles/Sony/PS2/DobieStation.cs index face5c709a..83203a94a8 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sony/PS2/DobieStation.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sony/PS2/DobieStation.cs @@ -38,7 +38,7 @@ namespace BizHawk.Emulation.Cores.Sony.PS2 _core = PreInit(new WaterboxOptions { Filename = "dobie.wbx", - SbrkHeapSizeKB = 4 * 1024, + SbrkHeapSizeKB = 64 * 1024, SealedHeapSizeKB = 4 * 1024, InvisibleHeapSizeKB = 4 * 1024, PlainHeapSizeKB = 256,