call UpdateCheatRelatedTools() in CloseRom()

This commit is contained in:
adelikat 2013-12-21 19:34:01 +00:00
parent 6a4d180fd1
commit 7ddfc9e013
1 changed files with 1 additions and 0 deletions

View File

@ -3810,6 +3810,7 @@ namespace BizHawk.Client.EmuHawk
HandlePlatformMenus();
_stateSlots.Clear();
UpdateDumpIcon();
ToolHelpers.UpdateCheatRelatedTools(null, null);
}
}