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
-1
View File
@@ -61,7 +61,6 @@ uint64_t rdp_process_commands();
void rdp_onscreen_message(const char *message, MESSAGE_LENGTH milliseconds);
void rdp_check_framebuffers(uint32_t address, uint32_t length);
size_t rdp_state_size();
void rdp_hard_sync();
void rdp_save_state(uint8_t *state);
void rdp_load_state(GFX_INFO _gfx_info, const uint8_t *state);
void rdp_set_fps(uint32_t fps, uint32_t vis);