From 70284247bab23c32ea1152b4ab31b1c04d5ee5a9 Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Sun, 28 Oct 2018 14:42:18 -0500 Subject: [PATCH] [Switch] fix problem with too-large screen loading saved config file --- src/libgame/sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index 731db91..077c93f 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -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