diff --git a/BizHawk.Client.EmuHawk/tools/ToolManager.cs b/BizHawk.Client.EmuHawk/tools/ToolManager.cs index 0f7984e864..334f2c6594 100644 --- a/BizHawk.Client.EmuHawk/tools/ToolManager.cs +++ b/BizHawk.Client.EmuHawk/tools/ToolManager.cs @@ -753,7 +753,10 @@ namespace BizHawk.Client.EmuHawk public void LoadRamWatch(bool loadDialog) { - Load(); + if (!IsLoaded()) + { + Load(); + } if (IsAvailable()) // Just because we attempted to load it, doesn't mean it was, the current core may not have the correct dependencies {