System: Add option to automatically resize window
This commit is contained in:
@ -172,6 +172,7 @@ struct Settings
|
||||
bool display_show_inputs : 1 = false;
|
||||
bool display_show_enhancements : 1 = false;
|
||||
bool display_stretch_vertically : 1 = false;
|
||||
bool display_auto_resize_window : 1 = false;
|
||||
float display_pre_frame_sleep_buffer = DEFAULT_DISPLAY_PRE_FRAME_SLEEP_BUFFER;
|
||||
float display_osd_scale = 100.0f;
|
||||
float gpu_pgxp_tolerance = -1.0f;
|
||||
|
||||
Reference in New Issue
Block a user