Cheats - fix weird behavior caused by the Cheat changed event handler not being wired up on file load
This commit is contained in:
parent
1ad3b83d83
commit
8d680d79a5
|
@ -374,8 +374,7 @@ namespace BizHawk.Client.Common
|
||||||
BIGENDIAN
|
BIGENDIAN
|
||||||
);
|
);
|
||||||
|
|
||||||
Cheat c = new Cheat(w, value, compare, !Global.Config.DisableCheatsOnLoad && ENABLED);
|
Add(new Cheat(w, value, compare, !Global.Config.DisableCheatsOnLoad && ENABLED));
|
||||||
_cheatList.Add(c);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
|
Loading…
Reference in New Issue