diff --git a/pcsx2/GS/Renderers/HW/GSHwHack.cpp b/pcsx2/GS/Renderers/HW/GSHwHack.cpp index cdcca56c5f..c79562681a 100644 --- a/pcsx2/GS/Renderers/HW/GSHwHack.cpp +++ b/pcsx2/GS/Renderers/HW/GSHwHack.cpp @@ -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];