mirror of https://github.com/PCSX2/pcsx2.git
gsdx sw x64: disable mipmap support on AVX
Until it is implemented (might never happen)
This commit is contained in:
parent
608bb5ccb2
commit
c3e38e46c7
|
@ -136,7 +136,8 @@ L("loop");
|
|||
|
||||
// ebp = za
|
||||
|
||||
if(m_sel.mmin)
|
||||
// FIXME not yet done
|
||||
if(m_sel.mmin && 0)
|
||||
{
|
||||
SampleTextureLOD_AVX();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue