gpgx: dispose bug

This commit is contained in:
goyuken 2013-12-16 03:29:41 +00:00
parent 68f522c5c9
commit 4eaeb06986
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
if (AttachedCore != this)
throw new Exception();
AttachedCore = null;
disposed = true;
}
}