Ram Watch - fix logic that determines whether to show Freeze or Unfreeze in the context menu

This commit is contained in:
adelikat 2016-01-31 11:55:00 -05:00
parent 9cb0072f0f
commit 51e12040d1
1 changed files with 1 additions and 1 deletions

View File

@ -1043,7 +1043,7 @@ namespace BizHawk.Client.EmuHawk
SelectedIndices.Any() &&
SelectedWatches.All(w => w.Domain.CanPoke());
var allCheats = _watches.All(x => Global.CheatList.IsActive(x.Domain, x.Address));
var allCheats = SelectedWatches.All(x => Global.CheatList.IsActive(x.Domain, x.Address));
if (allCheats)
{