switch idle command (#1002)

* switch idle command

* more
This commit is contained in:
Logan McNaughton
2026-06-01 11:43:39 +00:00
committed by GitHub
parent 5a5ff40efc
commit eb64a9ad43
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -702,8 +702,8 @@ void rdp_check_framebuffers(uint32_t address, uint32_t length) {
size_t rdp_state_size() { return sizeof(RDP_DEVICE); }
void rdp_idle() {
processor->idle();
void rdp_hard_sync() {
processor->wait_for_timeline(processor->signal_timeline());
rdram_dirty.assign(gfx_info.RDRAM_SIZE >> 3, false);
sync_signal = 0;
}