fix new crash in dump icon code when you close the open ROM
This commit is contained in:
parent
0dc3d914b6
commit
911b11a340
|
@ -936,6 +936,7 @@ namespace BizHawk.MultiClient
|
|||
DumpStatus.ToolTipText = "";
|
||||
|
||||
if (Global.Emulator == null) return;
|
||||
if (Global.Game == null) return;
|
||||
|
||||
var status = Global.Emulator.CoreOutputComm.RomStatus;
|
||||
string annotation = "";
|
||||
|
|
Loading…
Reference in New Issue