Ram watch - yet another tweak to restart logic, ugh

This commit is contained in:
adelikat 2017-01-29 20:21:47 -06:00
parent dca03607be
commit 4a7321b096
1 changed files with 1 additions and 1 deletions

View File

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