diff --git a/src/sdl/i_video.cpp b/src/sdl/i_video.cpp index 5f2f76857..82289c8e8 100644 --- a/src/sdl/i_video.cpp +++ b/src/sdl/i_video.cpp @@ -223,6 +223,8 @@ static SDL_bool Impl_RenderContextCreate(void) #endif } + SDL_SetHint(SDL_HINT_RENDER_DRIVER, "opengl"); + if (!renderer) renderer = SDL_CreateRenderer(window, -1, flags);