mirror of
https://github.com/gopher64/gopher64.git
synced 2026-09-25 13:56:27 +02:00
use SDL_AddEventWatch
This commit is contained in:
@@ -23,7 +23,7 @@ extern "C"
|
||||
uint32_t *VI_WIDTH_REG;
|
||||
} GFX_INFO;
|
||||
|
||||
void rdp_init(void *_window, GFX_INFO _gfx_info, bool fullscreen, bool _upscale);
|
||||
void rdp_init(void *_window, GFX_INFO _gfx_info, bool _fullscreen, bool _upscale);
|
||||
void rdp_close();
|
||||
void rdp_set_vi_register(uint32_t reg, uint32_t value);
|
||||
bool rdp_update_screen();
|
||||
|
||||
Reference in New Issue
Block a user