GPU: Skip full CRTC update on GP1(05h)

This commit is contained in:
Connor McLaughlin 2020-10-23 19:37:56 +10:00
parent e5a0c92336
commit a1453ee8a5

View file

@ -972,7 +972,7 @@ void GPU::WriteGP1(u32 value)
{
SynchronizeCRTC();
m_crtc_state.regs.display_address_start = new_value;
UpdateCRTCConfig();
UpdateCRTCDisplayParameters();
}
}
break;