Ram Watch - account for separators in my background drawing bypassing logic

This commit is contained in:
adelikat 2014-08-02 01:36:06 +00:00
parent bfc42f3e58
commit a84e3b3a3b
1 changed files with 5 additions and 0 deletions

View File

@ -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;