mirror of https://github.com/PCSX2/pcsx2.git
GS/HW: Fix typo on Tekken 5 CRC
This commit is contained in:
parent
6681614f1a
commit
29cd068dbd
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in New Issue