RDP Use OR to Set STATUS Command Buffer Ready Bit 7 & Definition

This commit is contained in:
peterlemon 2019-05-02 19:07:04 +01:00
parent cc8b955dfa
commit 7182845ca9

View file

@ -7663,7 +7663,7 @@ void rdp_process_list(void)
dp_start &= 0x00FFFFFF;
dp_end &= 0x00FFFFFF;
dp_current = dp_end;
dp_status = 0x00000080;
dp_status |= DP_STATUS_CBUF_READY;
}