HostDisplay: Add an option to decouple display fps from emulator fps
Makes Android so much faster...
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user