From 186c5c7f58b1b6b24f1f07990d278a10abe2add9 Mon Sep 17 00:00:00 2001 From: neonloop Date: Fri, 7 May 2021 20:09:32 +0000 Subject: Initial trimui s support --- src/libs/graphics/sdl/pure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs') diff --git a/src/libs/graphics/sdl/pure.c b/src/libs/graphics/sdl/pure.c index df4a329..cfefb41 100644 --- a/src/libs/graphics/sdl/pure.c +++ b/src/libs/graphics/sdl/pure.c @@ -141,7 +141,7 @@ TFB_Pure_ConfigureVideo (int driver, int flags, int width, int height, int toggl /* We'll ask for a 32bpp frame, but it doesn't really matter, because we've set SDL_ANYFORMAT */ SDL_Video = SDL_SetVideoMode (ScreenWidthActual, ScreenHeightActual, - 32, videomode_flags); + 16, videomode_flags); if (SDL_Video == NULL) { -- cgit v1.2.3