gsdx sw x64: disable mipmap support on AVX

Until it is implemented (might never happen)
This commit is contained in:
Gregory Hainaut 2016-11-22 19:04:48 +01:00
parent 608bb5ccb2
commit c3e38e46c7
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ L("loop");
// ebp = za // ebp = za
if(m_sel.mmin) // FIXME not yet done
if(m_sel.mmin && 0)
{ {
SampleTextureLOD_AVX(); SampleTextureLOD_AVX();
} }