diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 8ac5bf7847..a9a154dba7 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -2606,6 +2606,7 @@ namespace BizHawk.MultiClient if (!SNESGraphicsDebugger1.IsHandleCreated || SNESGraphicsDebugger1.IsDisposed) { SNESGraphicsDebugger1 = new SNESGraphicsDebugger(); + SNESGraphicsDebugger1.UpdateToolsLoadstate(); SNESGraphicsDebugger1.Show(); } else