GS: Don't do CLUT auto flush test on invalid PRIM

Fixes OOB array access in Xenosaga I's cutscenes.
This commit is contained in:
Stenzek 2023-02-03 21:47:20 +10:00 committed by refractionpcsx2
parent d65c343e91
commit 0b8b9e75d1
1 changed files with 1 additions and 1 deletions

View File

@ -3455,7 +3455,7 @@ __forceinline void GSState::VertexKick(u32 skip)
break;
case GS_INVALID:
m_vertex.tail = head;
break;
return;
default:
__assume(0);
}