diff --git a/BizHawk.Client.Common/tools/Watch.cs b/BizHawk.Client.Common/tools/Watch.cs index 6365565c48..c2455890c2 100644 --- a/BizHawk.Client.Common/tools/Watch.cs +++ b/BizHawk.Client.Common/tools/Watch.cs @@ -621,9 +621,11 @@ namespace BizHawk.Client.Common if (Global.CheatList.Contains(Domain, _address)) { var cheat = Global.CheatList.FirstOrDefault(c => c.Address == _address && c.Domain == Domain); + if (cheat != (Cheat)null) { cheat.PokeValue(val); + PokeByte(val); return true; } }