gpgx: dispose bug
This commit is contained in:
parent
68f522c5c9
commit
4eaeb06986
|
@ -317,6 +317,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
|||
if (AttachedCore != this)
|
||||
throw new Exception();
|
||||
AttachedCore = null;
|
||||
disposed = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue