Ram Search - start new search if a new rom is loaded

This commit is contained in:
andres.delikat 2011-02-22 20:17:27 +00:00
parent 2c74d8f421
commit 741f2192a8
2 changed files with 2 additions and 4 deletions

View File

@ -439,7 +439,7 @@ namespace BizHawk.MultiClient
else throttle.SetCoreFps(60); else throttle.SetCoreFps(60);
SetSpeedPercent(Global.Config.SpeedPercent); SetSpeedPercent(Global.Config.SpeedPercent);
} }
RamSearch1.StartNewSearch();
CurrentlyOpenRom = path; CurrentlyOpenRom = path;
return true; return true;
} }

View File

@ -19,12 +19,10 @@ namespace BizHawk.MultiClient
//TODO: //TODO:
//DoSearch() - if already previewed, don't generate the list again, perhaps a bool? //DoSearch() - if already previewed, don't generate the list again, perhaps a bool?
//Window position gets saved but doesn't load properly //Window position gets saved but doesn't load properly
//Implement definitions of Previous value
//Multiple memory domains //Multiple memory domains
//Option to remove current Ram Watch list from search list //Option to remove current Ram Watch list from search list
//Option to always remove Ram Watch list from search list //Option to always remove Ram Watch list from search list
//Truncate from file in File menu (and toolstrip?) //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? //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 //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 //Add button to set copy current values to prev
@ -285,7 +283,7 @@ namespace BizHawk.MultiClient
return false; return false;
} }
private void StartNewSearch() public void StartNewSearch()
{ {
weededList.Clear(); weededList.Clear();
IsAWeededList = false; IsAWeededList = false;