GSDX: Prevent a bad division

GetDeviceSize() already does a half division based on the INT and FFMD
registers.
This commit is contained in:
Akash 2016-01-26 04:39:58 +05:30
parent 7407162dfe
commit c889659ad7
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}