Ram watch - another tweak to previous commit

This commit is contained in:
adelikat 2017-01-29 19:56:09 -06:00
parent c5ff514760
commit dca03607be
1 changed files with 3 additions and 3 deletions

View File

@ -218,13 +218,13 @@ namespace BizHawk.Client.EmuHawk
if (_watches != null if (_watches != null
&& !string.IsNullOrWhiteSpace(_watches.CurrentFileName) && !string.IsNullOrWhiteSpace(_watches.CurrentFileName)
&& _watches.All(w => _memoryDomains.Select(m => m.Name).Contains(w.Domain.Name))) && _watches.All(w => _memoryDomains.Select(m => m.Name).Contains(w.Domain.Name))
&& (Global.Config.RecentWatches.AutoLoad || (IsHandleCreated || !IsDisposed))
)
{ {
_watches.RefreshDomains(_memoryDomains); _watches.RefreshDomains(_memoryDomains);
_watches.Reload(); _watches.Reload();
UpdateStatusBar(); UpdateStatusBar();
} }
else else
{ {