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
1 changed files with 1 additions and 1 deletions

View File

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