mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
SDL: Allow toggling fullscreen for GLES2 on desktops.
Fixes https://github.com/hrydgard/ppsspp/issues/11627
This commit is contained in:
parent
95ffa15a84
commit
2bbe0d7e65
@ -441,7 +441,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
// If we're on mobile, don't try for windowed either.
|
||||
#if defined(USING_GLES2) || defined(MOBILE_DEVICE)
|
||||
#if defined(MOBILE_DEVICE)
|
||||
mode |= SDL_WINDOW_FULLSCREEN;
|
||||
#else
|
||||
mode |= SDL_WINDOW_RESIZABLE;
|
||||
|
Loading…
Reference in New Issue
Block a user