From b3decb8df8764f923d8df82426356bf0d7627aa1 Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 31 Oct 2016 21:35:49 -0400 Subject: [PATCH] use 240p TV mode for 320x240 video modes --- src/i_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i_video.c b/src/i_video.c index ec0fc58..5598752 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -1874,7 +1874,7 @@ static void SetVideoMode(screen_mode_t *mode, int w, int h) // Set the video mode. - flags |= SDL_SWSURFACE | SDL_DOUBLEBUF; + flags |= SDL_SWSURFACE | SDL_DOUBLEBUF | SDL_USE240P; if (screen_bpp == 8) {