mirror of https://github.com/PCSX2/pcsx2.git
GSdx: copy-paste mistake, thanks rama :)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5679 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
20d99ae9fc
commit
37dd5f5bb5
|
@ -2435,7 +2435,7 @@ __forceinline void GSState::VertexKick(uint32 skip)
|
|||
cross = cross * cross.wzwz(); // x23 * y21, y23 * x21
|
||||
test |= GSVector4i::cast(cross == cross.yxwz());
|
||||
*/
|
||||
test = (test | v0 == v1) | (v1 == v2 | v0 == v2);
|
||||
test = (test | v3 == v1) | (v1 == v2 | v3 == v2);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue