diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 41585ee668..dc0ba96d68 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -1041,12 +1041,10 @@ namespace BizHawk.MultiClient if (!Cheats1.IsHandleCreated || Cheats1.IsDisposed) { Cheats1 = new Cheats(); - if (Global.Config.AutoLoadCheats && Global.Config.RecentCheats.Length() > 0) - Cheats1.LoadCheatFromRecent(Global.Config.RecentCheats.GetRecentFileByPosition(0)); Cheats1.Show(); } else - NESPPU1.Focus(); + Cheats1.Focus(); } private int lastWidth = -1;