idle RDP before load state (#1000)

* idle RDP before load state

* more
This commit is contained in:
Logan McNaughton
2026-05-31 22:25:28 +02:00
committed by GitHub
parent d968983ceb
commit cbc973a559
5 changed files with 23 additions and 13 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ 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_save_state(uint8_t *state, bool rewind);
void rdp_idle();
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);