diff --git a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp index 65b380872e..65f0a1dc12 100644 --- a/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp +++ b/pcsx2/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp @@ -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