update statusbar on loadstate slot 7

This commit is contained in:
adelikat 2017-06-10 16:45:32 -05:00
parent 549e93eac8
commit 64e9610c99
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ namespace BizHawk.Client.EmuHawk
case "Load State 7":
LoadQuickSave("QuickSave7");
Global.Config.SaveSlot = 7;
UpdateStatusSlots();
break;
case "Load State 8":
LoadQuickSave("QuickSave8");