mirror of https://github.com/PCSX2/pcsx2.git
GS:SW: Fix lod on x64
This commit is contained in:
parent
832e536a9e
commit
4f57e40c91
|
@ -1756,6 +1756,11 @@ void GSDrawScanlineCodeGenerator2::SampleTextureLOD()
|
|||
cvttps2dq(xym2, xym2);
|
||||
cvttps2dq(xym3, xym3);
|
||||
}
|
||||
else
|
||||
{
|
||||
ONLY64(movdqa(xym2, _s));
|
||||
ONLY64(movdqa(xym3, _t));
|
||||
}
|
||||
|
||||
// xym2 = u
|
||||
// xym3 = v
|
||||
|
|
Loading…
Reference in New Issue