diff --git a/src/RDP.cpp b/src/RDP.cpp index 5f6b8c23..a53144b7 100644 --- a/src/RDP.cpp +++ b/src/RDP.cpp @@ -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;