1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Don't unset DP_STATUS_FREEZE

This commit is contained in:
Logan 2017-11-21 08:01:19 -07:00 committed by Sergey Lipskiy
parent e2614529c2
commit a2793ace23

View File

@ -554,7 +554,6 @@ inline u32 READ_RDP_DATA(u32 address)
void RDP_ProcessRDPList()
{
if (ConfigOpen || dwnd().isResizeWindow()) {
dp_status &= ~0x0002;
dp_start = dp_current = dp_end;
gDPFullSync();
return;
@ -562,8 +561,6 @@ void RDP_ProcessRDPList()
const u32 length = dp_end - dp_current;
dp_status &= ~0x0002;
if (dp_end <= dp_current) return;
RSP.LLE = true;