allow exiting full screen

This commit is contained in:
Logan McNaughton
2023-10-12 18:20:06 -06:00
parent 86326683bd
commit 39afb26bfc
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ extern "C"
{
#endif
void vk_init(void *mem_base, uint32_t rdram_size);
void vk_init(void *mem_base, uint32_t rdram_size, uint8_t fullscreen);
void vk_close();
void set_sdl_window(void *_window);
void rdp_set_vi_register(uint32_t reg, uint32_t value);