mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
OpenGL instead of Direct3D11 for Software blitter
This commit is contained in:
parent
3149d7738f
commit
f6fd8f6728
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue