mirror of https://github.com/PCSX2/pcsx2.git
GS:SW: Fix fog on x64 avx2
This commit is contained in:
parent
59fd815c3d
commit
4e5d7ba8ef
|
@ -808,7 +808,7 @@ void GSDrawScanlineCodeGenerator2::Init()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_sel.fwrite && m_sel.fge && is64)
|
if (m_sel.fwrite && m_sel.fge && is64)
|
||||||
pbroadcastdLocal(_f, _rip_local(p.f));
|
pbroadcastwLocal(_f, _rip_local(p.f));
|
||||||
}
|
}
|
||||||
|
|
||||||
const XYm& vt = xym4;
|
const XYm& vt = xym4;
|
||||||
|
|
Loading…
Reference in New Issue