From c889659ad7bfef9a4a193f239531b8be945fc1e2 Mon Sep 17 00:00:00 2001 From: Akash Date: Tue, 26 Jan 2016 04:39:58 +0530 Subject: [PATCH] GSDX: Prevent a bad division GetDeviceSize() already does a half division based on the INT and FFMD registers. --- plugins/GSdx/GSRenderer.cpp | 1 - 1 file changed, 1 deletion(-) 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; }