Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit c5c5228

Browse files
authored
Set DATE_PRIMID to false (#31)
* Update GSRendererHW.cpp
1 parent 7ae4724 commit c5c5228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcsx2/GS/Renderers/HW/GSRendererHW.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7401,7 +7401,7 @@ __ri void GSRendererHW::DrawPrims(GSTextureCache::Target* rt, GSTextureCache::Ta
74017401
else if (features.primitive_id)
74027402
{
74037403
GL_PERF("DATE: Accurate with alpha %d-%d", GetAlphaMinMax().min, GetAlphaMinMax().max);
7404-
DATE_PRIMID = true;
7404+
DATE_PRIMID = false;
74057405
}
74067406
else if (features.texture_barrier)
74077407
{

0 commit comments

Comments
 (0)