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 {