Ram watch - another tweak to previous commit
This commit is contained in:
parent
c5ff514760
commit
dca03607be
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue