GS-HW: Fix special CLUT case that uses preloading.

This commit is contained in:
refractionpcsx2 2023-02-03 04:25:40 +00:00
parent 80b0bc0869
commit 25bb5851ec
1 changed files with 1 additions and 1 deletions

View File

@ -1396,7 +1396,7 @@ void GSRendererHW::Draw()
!IsOpaque()) // Blending enabled
{
GL_INS("Forcing preload due to partial/blended CLUT draw");
preload = true;
preload = m_force_preload = true;
}
}
}