GS:SW: Fix fog on x64 avx2

This commit is contained in:
TellowKrinkle 2021-11-08 00:10:35 -06:00 committed by refractionpcsx2
parent 59fd815c3d
commit 4e5d7ba8ef
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ void GSDrawScanlineCodeGenerator2::Init()
}
if (m_sel.fwrite && m_sel.fge && is64)
pbroadcastdLocal(_f, _rip_local(p.f));
pbroadcastwLocal(_f, _rip_local(p.f));
}
const XYm& vt = xym4;