remove framebuffer tracking (#381)

* remove framebuffer tracking

* more
This commit is contained in:
Logan McNaughton
2025-04-15 11:08:40 +02:00
committed by GitHub
parent 27bb66df4c
commit 383b568012
7 changed files with 2 additions and 145 deletions
-1
View File
@@ -42,7 +42,6 @@ extern "C"
CALL_BACK rdp_check_callback();
uint64_t rdp_process_commands();
void rdp_new_processor(GFX_INFO _gfx_info);
void rdp_check_framebuffers(uint32_t address);
size_t rdp_state_size();
void rdp_save_state(uint8_t *state);
void rdp_load_state(const uint8_t *state);