Update Status Bar save slots on LoadRom()
This commit is contained in:
parent
82630e62b5
commit
0536a04f59
|
@ -1082,6 +1082,7 @@ namespace BizHawk.MultiClient
|
||||||
CurrentlyOpenRom = file.CanonicalFullPath;
|
CurrentlyOpenRom = file.CanonicalFullPath;
|
||||||
HandlePlatformMenus();
|
HandlePlatformMenus();
|
||||||
StateSlots.Clear();
|
StateSlots.Clear();
|
||||||
|
UpdateStatusSlots();
|
||||||
UpdateDumpIcon();
|
UpdateDumpIcon();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue