Update Status Bar save slots on LoadRom()

This commit is contained in:
andres.delikat 2011-08-26 23:54:15 +00:00
parent 82630e62b5
commit 0536a04f59
1 changed files with 5 additions and 4 deletions

View File

@ -1082,6 +1082,7 @@ namespace BizHawk.MultiClient
CurrentlyOpenRom = file.CanonicalFullPath;
HandlePlatformMenus();
StateSlots.Clear();
UpdateStatusSlots();
UpdateDumpIcon();
return true;
}