mirror of https://github.com/encounter/SDL.git
Temporarily disabled the D3D11 renderer so we can get a build.
This commit is contained in:
parent
28398109a1
commit
7d98754a72
|
@ -172,7 +172,7 @@ typedef unsigned int uintptr_t;
|
||||||
#define SDL_VIDEO_RENDER_D3D 1
|
#define SDL_VIDEO_RENDER_D3D 1
|
||||||
#endif
|
#endif
|
||||||
#ifndef SDL_VIDEO_RENDER_D3D11
|
#ifndef SDL_VIDEO_RENDER_D3D11
|
||||||
#define SDL_VIDEO_RENDER_D3D11 1
|
#define SDL_VIDEO_RENDER_D3D11 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Enable OpenGL support */
|
/* Enable OpenGL support */
|
||||||
|
|
Loading…
Reference in New Issue