OpenGL instead of Direct3D11 for Software blitter

This commit is contained in:
Sally Coolatta 2022-09-08 12:51:47 -04:00
parent 3149d7738f
commit f6fd8f6728

View file

@ -1598,7 +1598,7 @@ static SDL_bool Impl_CreateContext(void)
// "direct3d" driver (D3D9) causes Drmingw exchndl
// to not write RPT files. Every other driver
// seems fine.
SDL_SetHint(SDL_HINT_RENDER_DRIVER, "direct3d11");
SDL_SetHint(SDL_HINT_RENDER_DRIVER, "opengl");
if (!renderer)
renderer = SDL_CreateRenderer(window, -1, flags);