diff --git a/BizHawk.MultiClient/tools/Watch/NewRamSearch.cs b/BizHawk.MultiClient/tools/Watch/NewRamSearch.cs index 2e6e11bdab..c3164d2225 100644 --- a/BizHawk.MultiClient/tools/Watch/NewRamSearch.cs +++ b/BizHawk.MultiClient/tools/Watch/NewRamSearch.cs @@ -434,6 +434,11 @@ namespace BizHawk.MultiClient { Global.MainForm.NewRamWatch1.AddWatch(Searches[SelectedIndices[x]]); } + + if (Global.Config.RamSearchAlwaysExcludeRamWatch) + { + RemoveRamWatchesFromList(); + } } } @@ -491,6 +496,7 @@ namespace BizHawk.MultiClient private void RemoveRamWatchesFromList() { Searches.RemoveRange(Global.MainForm.NewRamWatch1.AddressList); + SetTotal(); } #endregion