Make Reboot Core not crash after Close ROM

This commit is contained in:
Tastyfish 2017-11-20 21:50:44 -05:00
parent 4c3a1f32bb
commit 5a0cf817ee
1 changed files with 1 additions and 0 deletions

View File

@ -3854,6 +3854,7 @@ namespace BizHawk.Client.EmuHawk
UpdateStatusSlots();
CurrentlyOpenRom = null;
CurrentlyOpenRomArgs = null;
_currentlyOpenRomPoopForAdvancedLoaderPleaseRefactorMe = "";
}
}