when bombing out on a load rom error, update more stuff on the mainform that might have changed

This commit is contained in:
adelikat 2014-08-01 01:45:19 +00:00
parent 157897ff55
commit c46ddd1aa2
1 changed files with 7 additions and 0 deletions

View File

@ -3215,7 +3215,14 @@ namespace BizHawk.Client.EmuHawk
}
else
{
// TODO: put all these in a single method or something
HandlePlatformMenus();
_stateSlots.Clear();
UpdateStatusSlots();
UpdateCoreStatusBarButton();
UpdateDumpIcon();
SetMainformMovieInfo();
SetWindowText();
return false;
}
}