mirror of https://github.com/PCSX2/pcsx2.git
GS: Allow same src for DISPFB when using 32bit + 24bit
This commit is contained in:
parent
4840da2c1b
commit
fe9ccf55c1
|
@ -135,7 +135,7 @@ bool GSRenderer::Merge(int field)
|
|||
en[0] && en[1] &&
|
||||
m_regs->DISP[0].DISPFB.FBP == m_regs->DISP[1].DISPFB.FBP &&
|
||||
m_regs->DISP[0].DISPFB.FBW == m_regs->DISP[1].DISPFB.FBW &&
|
||||
m_regs->DISP[0].DISPFB.PSM == m_regs->DISP[1].DISPFB.PSM;
|
||||
GSUtil::HasCompatibleBits(m_regs->DISP[0].DISPFB.PSM, m_regs->DISP[1].DISPFB.PSM);
|
||||
|
||||
GSVector2i fs(0, 0);
|
||||
GSVector2i ds(0, 0);
|
||||
|
|
Loading…
Reference in New Issue