Decrease state size in pcfx, pce, pce-fast
This commit is contained in:
parent
9bb56f0b5c
commit
69e30ee33f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -314,6 +314,7 @@ namespace BizHawk.Emulation.Cores.Waterbox
|
||||||
_module.SealImportsAndTakeXorSnapshot();
|
_module.SealImportsAndTakeXorSnapshot();
|
||||||
_mmapheap?.Memory.Seal();
|
_mmapheap?.Memory.Seal();
|
||||||
}
|
}
|
||||||
|
Console.WriteLine("WaterboxHost Sealed!");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ConnectAllImports()
|
private void ConnectAllImports()
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2e0a2568a07934e135c3323d784e8c6161cc2f01
|
Subproject commit e89d39cc0c94ffaf80674e37457987fabf811bf7
|
Loading…
Reference in New Issue