gpgx: fix

This commit is contained in:
goyuken 2013-12-18 02:19:00 +00:00
parent a2d066ec21
commit 11638d3b59
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
{
if (disposed)
{
throw new ObjectDisposedException(typeof(GPGX).ToString());
return DisposedSaveRam != null;
}
else
{