GS-HW: Remove mistake from old frame PR

This commit is contained in:
refractionpcsx2 2022-11-23 10:27:03 +00:00
parent 76b88ebdbf
commit 26075a9520
1 changed files with 1 additions and 1 deletions

View File

@ -1703,7 +1703,7 @@ void GSRendererHW::Draw()
&& m_r.x == 0 && m_r.y == 0) // Likely full buffer write
{
if (OI_GsMemClear() /*&& m_r.w > 1024*/)
if (OI_GsMemClear() && m_r.w > 1024)
{
if ((fm & fm_mask) != fm_mask)
{