use 240p TV mode for 320x240 video modes
This commit is contained in:
parent
ea1041dc65
commit
b3decb8df8
|
@ -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)
|
||||
{
|
||||
|
|
Reference in a new issue