Merge pull request #6135 from Morph1984/borderless-windowed-fullscreen

configure_graphics: Add Borderless Windowed fullscreen mode
This commit is contained in:
bunnei 2021-04-11 21:23:59 -07:00 committed by GitHub
commit 26d60014d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 120 additions and 9 deletions

View file

@ -139,6 +139,7 @@ struct Values {
Setting<int> vulkan_device;
Setting<u16> resolution_factor{1};
Setting<int> fullscreen_mode;
Setting<int> aspect_ratio;
Setting<int> max_anisotropy;
Setting<bool> use_frame_limit;