mirror of https://github.com/PCSX2/pcsx2.git
GS-HW: Fix special CLUT case that uses preloading.
This commit is contained in:
parent
80b0bc0869
commit
25bb5851ec
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue