enable vsync if required (#765)

* enable vsync if required

* add note

* more

* more
This commit is contained in:
Logan McNaughton
2026-04-17 15:07:15 +02:00
committed by GitHub
parent a592d0eb84
commit f8a7153fdd
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ typedef struct {
} CALL_BACK;
void rdp_init(void *_window, GFX_INFO _gfx_info, const void *font,
size_t font_size, uint32_t save_state_slot);
size_t font_size, uint32_t save_state_slot, bool netplay_enabled);
void rdp_close();
void rdp_set_vi_register(uint32_t reg, uint32_t value);
void rdp_update_screen();