fix new crash in dump icon code when you close the open ROM

This commit is contained in:
beirich 2011-07-11 03:12:20 +00:00
parent 0dc3d914b6
commit 911b11a340
1 changed files with 1 additions and 0 deletions

View File

@ -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 = "";