HostDisplay: Add an option to decouple display fps from emulator fps

Makes Android so much faster...
This commit is contained in:
Connor McLaughlin
2020-11-03 15:58:40 +10:00
parent ae1e4b1b8f
commit 2c8a4ff154
10 changed files with 79 additions and 1 deletions

View File

@ -123,6 +123,7 @@ struct Settings
bool display_show_speed = false;
bool display_show_resolution = false;
bool video_sync_enabled = true;
float display_max_fps = 0.0f;
bool cdrom_read_thread = true;
bool cdrom_region_check = true;