Ram Watch - account for separators in my background drawing bypassing logic
This commit is contained in:
parent
bfc42f3e58
commit
a84e3b3a3b
|
@ -249,6 +249,11 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
foreach(var watch in _watches)
|
||||
{
|
||||
if (watch.IsSeparator)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
if (Global.CheatList.IsActive(_watches.Domain, watch.Address ?? 0))
|
||||
{
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue