From 11638d3b594d01b06d4695e34d4fa0a2eff87909 Mon Sep 17 00:00:00 2001 From: goyuken Date: Wed, 18 Dec 2013 02:19:00 +0000 Subject: [PATCH] gpgx: fix --- BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs index 2f939dd81d..f91970e7ab 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs @@ -375,7 +375,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx { if (disposed) { - throw new ObjectDisposedException(typeof(GPGX).ToString()); + return DisposedSaveRam != null; } else {