mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-17 03:15:39 +00:00
GPU: Skip full CRTC update on GP1(05h)
This commit is contained in:
parent
e5a0c92336
commit
a1453ee8a5
|
@ -972,7 +972,7 @@ void GPU::WriteGP1(u32 value)
|
|||
{
|
||||
SynchronizeCRTC();
|
||||
m_crtc_state.regs.display_address_start = new_value;
|
||||
UpdateCRTCConfig();
|
||||
UpdateCRTCDisplayParameters();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue