From 9870249b179fa1dc3b8237d3caf920f1eb1ae32b Mon Sep 17 00:00:00 2001 From: gabest11 Date: Thu, 17 Mar 2011 02:59:54 +0000 Subject: [PATCH] GSdx: forgot to remove something... git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4441 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSdx/GSDrawScanlineCodeGenerator.x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSDrawScanlineCodeGenerator.x86.cpp b/plugins/GSdx/GSDrawScanlineCodeGenerator.x86.cpp index 30c89839ae..9bb96afacc 100644 --- a/plugins/GSdx/GSDrawScanlineCodeGenerator.x86.cpp +++ b/plugins/GSdx/GSDrawScanlineCodeGenerator.x86.cpp @@ -1551,7 +1551,7 @@ void GSDrawScanlineCodeGenerator::SampleTextureLOD() psrlw(xmm5, 8); psrlw(xmm6, 8); } -return; + if(m_sel.mmin == 1) return; // round-off mode movdqa(ptr[&m_local.temp.trb], xmm5);