GS/HW: Fix typo on Tekken 5 CRC

This commit is contained in:
refractionpcsx2 2025-03-27 20:12:12 +00:00
parent 6681614f1a
commit 29cd068dbd
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ bool GSHwHack::GSC_Tekken5(GSRendererHW& r, int& skip)
{
if (skip == 0)
{
if (r.IsPossibleChannelShuffle() && (RTBP0 & 31))
if (r.IsPossibleChannelShuffle() && !(RTBP0 & 31))
{
GSVertex* v = &r.m_vertex.buff[0];