From 6a66f3604858c1e9f0e415aca0b93df0930f5cb0 Mon Sep 17 00:00:00 2001 From: nattthebear Date: Tue, 27 Jun 2017 17:42:13 -0400 Subject: [PATCH] fix segacd --- BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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())