diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs index 33c3f3ddc6..6b0b1fae64 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs @@ -45,11 +45,11 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx64 { Path = comm.CoreFileProvider.DllPath(), Filename = "gpgx.wbx", - SbrkHeapSizeKB = 256, + SbrkHeapSizeKB = 512, SealedHeapSizeKB = 36 * 1024, InvisibleHeapSizeKB = 4 * 1024, PlainHeapSizeKB = 64, - MmapHeapSizeKB = 512 + MmapHeapSizeKB = 1 * 1024 }); using (_elf.EnterExit())