Hex Editor - speed up Freeze Addresses more by not calling update tools that are already updated due to event handlers

This commit is contained in:
adelikat 2014-03-01 16:36:26 +00:00
parent 97bf870b74
commit bb3a76cb3d
1 changed files with 0 additions and 2 deletions

View File

@ -788,8 +788,6 @@ namespace BizHawk.Client.EmuHawk
Global.CheatList.Add(new Cheat(
watch,
watch.Value ?? 0));
ToolHelpers.UpdateCheatRelatedTools(null, null);
}
}