GS:SW: Fix lod on x64

This commit is contained in:
TellowKrinkle 2022-03-18 02:54:42 -05:00 committed by tellowkrinkle
parent 832e536a9e
commit 4f57e40c91
1 changed files with 5 additions and 0 deletions

View File

@ -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