when bombing out on a load rom error, update more stuff on the mainform that might have changed
This commit is contained in:
parent
157897ff55
commit
c46ddd1aa2
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue