From bb3a76cb3d1d926cf54b9219ceb85ad790f3cc90 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 1 Mar 2014 16:36:26 +0000 Subject: [PATCH] Hex Editor - speed up Freeze Addresses more by not calling update tools that are already updated due to event handlers --- BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs index 92650abe50..7620a66111 100644 --- a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs +++ b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs @@ -788,8 +788,6 @@ namespace BizHawk.Client.EmuHawk Global.CheatList.Add(new Cheat( watch, watch.Value ?? 0)); - - ToolHelpers.UpdateCheatRelatedTools(null, null); } }