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:
parent
97bf870b74
commit
bb3a76cb3d
|
@ -788,8 +788,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
Global.CheatList.Add(new Cheat(
|
Global.CheatList.Add(new Cheat(
|
||||||
watch,
|
watch,
|
||||||
watch.Value ?? 0));
|
watch.Value ?? 0));
|
||||||
|
|
||||||
ToolHelpers.UpdateCheatRelatedTools(null, null);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue