mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-25 00:04:54 +02:00
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user