GS: Only enable scanmsk offset on frames that need it

This commit is contained in:
refractionpcsx2 2022-06-14 22:22:55 +01:00
parent d2904c1fd5
commit b5388fdf2f
1 changed files with 2 additions and 0 deletions

View File

@ -374,6 +374,8 @@ bool GSRenderer::Merge(int field)
}
}
m_scanmask_used = false;
return true;
}