disable rdp sync optimization to be safe (#229)

This commit is contained in:
Logan McNaughton
2025-02-08 21:20:59 +01:00
committed by GitHub
parent a9afd6bb5c
commit 271e4be68c
5 changed files with 1 additions and 15 deletions
-1
View File
@@ -23,7 +23,6 @@ extern "C"
void rdp_set_vi_register(uint32_t reg, uint32_t value);
bool rdp_update_screen();
uint64_t rdp_process_commands();
void rdp_full_sync();
#ifdef __cplusplus
}