waterbox: Use less rams and stuff

This commit is contained in:
nattthebear 2017-07-03 14:44:14 -04:00
parent ea02e62d05
commit 6406646893
1 changed files with 1 additions and 1 deletions

View File

@ -1046,7 +1046,7 @@ namespace BizHawk.Emulation.Cores.Waterbox
_sealedheap.Seal();
foreach (var h in _heaps)
{
if (h != _invisibleheap) // TODO: if we have more non-savestated heaps, refine this hack
if (h != _invisibleheap && h != _sealedheap) // TODO: if we have more non-savestated heaps, refine this hack
h.Memory.SaveXorSnapshot();
}
foreach (var pe in _modules)