GS: Allow same src for DISPFB when using 32bit + 24bit

This commit is contained in:
refractionpcsx2 2022-06-06 19:58:04 +01:00
parent 4840da2c1b
commit fe9ccf55c1
1 changed files with 1 additions and 1 deletions

View File

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