mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 16:15:41 -04: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();
|
SynchronizeCRTC();
|
||||||
m_crtc_state.regs.display_address_start = new_value;
|
m_crtc_state.regs.display_address_start = new_value;
|
||||||
UpdateCRTCConfig();
|
UpdateCRTCDisplayParameters();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user