sdl2: default to fullscreen mode.

This commit is contained in:
Ryan C. Gordon
2024-05-06 01:43:06 -04:00
parent 80335136e3
commit 6d837e2083

View File

@@ -599,7 +599,7 @@ int opengl_Setup(oeApplication *app, int *width, int *height) {
} // if
SDL_SetEventFilter(d3SDLEventFilter, NULL);
bool fullscreen = false;
bool fullscreen = true;
if (FindArgChar("-fullscreen", 'f')) {
fullscreen = true;