Skip to content

Commit

Permalink
[Switch] fix problem with too-large screen loading saved config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Oct 28, 2018
1 parent a3628fa commit 7028424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libgame/sdl.c
Expand Up @@ -669,7 +669,7 @@ inline static void SDLInitVideoBuffer_VideoBuffer(boolean fullscreen)
#if defined(TARGET_SDL2)
// SDL 2.0: support for (desktop) fullscreen mode available
video.fullscreen_available = TRUE;
#if defined(PLATFORM_VITA) || defined(PLATFORM_SWITCH)
#if defined(PLATFORM_VITA)
// disable fullscreen on Vita
video.fullscreen_available = FALSE;
#endif
Expand Down

0 comments on commit 7028424

Please sign in to comment.