use check_framebuffers (#1031)

This commit is contained in:
Logan McNaughton
2026-06-07 17:10:49 +02:00
committed by GitHub
parent 577741907f
commit a1a7699516
5 changed files with 2 additions and 17 deletions
-6
View File
@@ -702,12 +702,6 @@ void rdp_check_framebuffers(uint32_t address, uint32_t length) {
size_t rdp_state_size() { return sizeof(RDP_DEVICE); }
void rdp_hard_sync() {
processor->wait_for_timeline(processor->signal_timeline());
rdram_dirty.assign(gfx_info.RDRAM_SIZE >> 3, false);
sync_signal = 0;
}
void rdp_save_state(uint8_t *state) {
memcpy(state, &rdp_device, sizeof(RDP_DEVICE));
}