CommonHostInterface: Add display enhancement settings option
This commit is contained in:
@ -148,6 +148,7 @@ struct Settings
|
||||
bool display_show_speed = false;
|
||||
bool display_show_resolution = false;
|
||||
bool display_show_status_indicators = true;
|
||||
bool display_show_enhancements = false;
|
||||
bool display_all_frames = false;
|
||||
bool video_sync_enabled = DEFAULT_VSYNC_VALUE;
|
||||
float display_max_fps = DEFAULT_DISPLAY_MAX_FPS;
|
||||
|
||||
Reference in New Issue
Block a user