Qt: Add turbo speed setting

This commit is contained in:
Connor McLaughlin
2021-01-11 01:57:10 +10:00
parent d73fedcef1
commit 54f5563321
8 changed files with 64 additions and 5 deletions

View File

@ -81,6 +81,7 @@ struct Settings
float emulation_speed = 1.0f;
float fast_forward_speed = 0.0f;
float turbo_speed = 0.0f;
bool increase_timer_resolution = true;
bool start_paused = false;
bool start_fullscreen = false;