track RDP RDRAM writes (#259)

* track RDP RDRAM writes

* more

* more

* more

* more

* more
This commit is contained in:
Logan McNaughton
2025-02-17 22:13:45 +01:00
committed by GitHub
parent 17990dfebc
commit 656e390171
7 changed files with 108 additions and 4 deletions
+2
View File
@@ -34,6 +34,8 @@ extern "C"
CALL_BACK rdp_check_callback();
uint64_t rdp_process_commands();
void rdp_new_processor(GFX_INFO _gfx_info, bool _upscale);
void rdp_check_framebuffers(uint32_t address);
void rdp_full_sync();
#ifdef __cplusplus
}