Skip to content

Commit

Permalink
Add more invisible heap for melonDS
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Oct 18, 2024
1 parent a3901f6 commit 64d5540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public NDS(CoreLoadParameters<NDSSettings, NDSSyncSettings> lp)
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),
Expand Down

0 comments on commit 64d5540

Please sign in to comment.