Add more invisible heap for melonDS

This commit is contained in:
CasualPokePlayer 2024-10-18 13:27:58 -07:00
parent a3901f66e5
commit 64d55404ba
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
Filename = "melonDS.wbx",
SbrkHeapSizeKB = 2 * 1024,
SealedHeapSizeKB = 4,
InvisibleHeapSizeKB = 16 * 1024,
InvisibleHeapSizeKB = 48 * 1024,
PlainHeapSizeKB = 4,
MmapHeapSizeKB = 1024 * 1024,
SkipCoreConsistencyCheck = CoreComm.CorePreferences.HasFlag(CoreComm.CorePreferencesFlags.WaterboxCoreConsistencyCheck),