toggle speed limiter (#260)

This commit is contained in:
Logan McNaughton
2025-02-17 13:40:25 +01:00
committed by GitHub
parent 671a961789
commit 17990dfebc
5 changed files with 13 additions and 3 deletions
+1
View File
@@ -24,6 +24,7 @@ extern "C"
bool emu_running;
bool save_state;
bool load_state;
bool enable_speedlimiter;
} CALL_BACK;
void rdp_init(void *_window, GFX_INFO _gfx_info, bool _upscale, bool _integer_scaling, bool _fullscreen);