mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
enable vsync if required (#765)
* enable vsync if required * add note * more * more
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user