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();
|
SynchronizeCRTC();
|
||||||
m_crtc_state.regs.display_address_start = new_value;
|
m_crtc_state.regs.display_address_start = new_value;
|
||||||
UpdateCRTCConfig();
|
UpdateCRTCDisplayParameters();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue