Support the borderless fullscreen option in all backends.

This commit is contained in:
Jules Blok
2014-10-07 16:46:10 +02:00
parent 7344f752b7
commit 39f421d45d
4 changed files with 2 additions and 8 deletions

View File

@ -175,10 +175,6 @@ protected:
choice_aamode->Enable(vconfig.backend_info.AAModes.size() > 1);
text_aamode->Enable(vconfig.backend_info.AAModes.size() > 1);
// Borderless Fullscreen
borderless_fullscreen->Enable(vconfig.backend_info.bSupportsExclusiveFullscreen);
borderless_fullscreen->Show(vconfig.backend_info.bSupportsExclusiveFullscreen);
// EFB copy
efbcopy_texture->Enable(vconfig.bEFBCopyEnable);
efbcopy_ram->Enable(vconfig.bEFBCopyEnable);