call UpdateCheatRelatedTools() in CloseRom()
This commit is contained in:
parent
6a4d180fd1
commit
7ddfc9e013
|
@ -3810,6 +3810,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
HandlePlatformMenus();
|
HandlePlatformMenus();
|
||||||
_stateSlots.Clear();
|
_stateSlots.Clear();
|
||||||
UpdateDumpIcon();
|
UpdateDumpIcon();
|
||||||
|
ToolHelpers.UpdateCheatRelatedTools(null, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue