diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 825c027dbf..b4795c97ba 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -439,7 +439,7 @@ namespace BizHawk.MultiClient else throttle.SetCoreFps(60); SetSpeedPercent(Global.Config.SpeedPercent); } - + RamSearch1.StartNewSearch(); CurrentlyOpenRom = path; return true; } diff --git a/BizHawk.MultiClient/tools/RamSearch.cs b/BizHawk.MultiClient/tools/RamSearch.cs index 06fb663a1e..5696763aac 100644 --- a/BizHawk.MultiClient/tools/RamSearch.cs +++ b/BizHawk.MultiClient/tools/RamSearch.cs @@ -19,12 +19,10 @@ namespace BizHawk.MultiClient //TODO: //DoSearch() - if already previewed, don't generate the list again, perhaps a bool? //Window position gets saved but doesn't load properly - //Implement definitions of Previous value //Multiple memory domains //Option to remove current Ram Watch list from search list //Option to always remove Ram Watch list from search list //Truncate from file in File menu (and toolstrip?) - //When a new ROM is loaded - run Start new Search (or just clear list?) //Save Dialog - user cancelling crashes, same for Ram Watch? //Weddedlist & undoList are getting references instead of copies, somehow still works but there has to be some failures as a result, fix //Add button to set copy current values to prev @@ -285,7 +283,7 @@ namespace BizHawk.MultiClient return false; } - private void StartNewSearch() + public void StartNewSearch() { weededList.Clear(); IsAWeededList = false;