diff --git a/BizHawk.MultiClient/tools/RamWatch.cs b/BizHawk.MultiClient/tools/RamWatch.cs index 816fccb4d0..babf30eaf5 100644 --- a/BizHawk.MultiClient/tools/RamWatch.cs +++ b/BizHawk.MultiClient/tools/RamWatch.cs @@ -682,6 +682,7 @@ namespace BizHawk.MultiClient SaveWatchFile(file.FullName); currentWatchFile = file.FullName; MessageLabel.Text = Path.GetFileName(currentWatchFile) + " saved."; + Global.Config.RecentWatches.Add(file.FullName); } }