fix segacd

This commit is contained in:
nattthebear 2017-06-27 17:42:13 -04:00
parent 7a2c8bbf69
commit 6a66f36048
1 changed files with 2 additions and 2 deletions

View File

@ -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())