Merge pull request #1064 from Tastyfish/closed-reboot

Make Reboot Core not crash after Close ROM
This commit is contained in:
zeromus 2017-11-20 20:53:20 -06:00 committed by GitHub
commit cab18d46ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = "";
}
}