This commit is contained in:
nattthebear 2016-03-26 11:39:43 -04:00
parent 948e75c59e
commit 570709e65c
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ namespace BizHawk.Emulation.Cores
throw new InvalidOperationException("Not active");
if (!Kernel32.UnmapViewOfFile(Z.US(Start)))
throw new InvalidOperationException("UnmapViewOfFile() returned NULL");
Active = false;
}
/// <summary>