use 240p TV mode for 320x240 video modes

This commit is contained in:
Gered 2016-10-31 21:35:49 -04:00
parent ea1041dc65
commit b3decb8df8

View file

@ -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)
{