System: Add option to automatically resize window

This commit is contained in:
Stenzek
2024-09-07 22:05:54 +10:00
parent 9d6ec23dc4
commit 32a3311208
6 changed files with 28 additions and 0 deletions

View File

@ -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;