diff --git a/plugins/GSdx/GSRenderer.cpp b/plugins/GSdx/GSRenderer.cpp index 56e49e08bf..d84701fd4d 100644 --- a/plugins/GSdx/GSRenderer.cpp +++ b/plugins/GSdx/GSRenderer.cpp @@ -218,7 +218,6 @@ bool GSRenderer::Merge(int field) if(dr[i].height() > 512) // hmm { int y = GetDeviceSize(i).y; - if(m_regs->SMODE2.INT && m_regs->SMODE2.FFMD) y /= 2; r.bottom = r.top + y; }