mirror of https://github.com/PCSX2/pcsx2.git
GSDX: Prevent a bad division
GetDeviceSize() already does a half division based on the INT and FFMD registers.
This commit is contained in:
parent
7407162dfe
commit
c889659ad7
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue