Temporarily disabled the D3D11 renderer so we can get a build.

This commit is contained in:
Sam Lantinga 2014-03-10 19:11:50 -07:00
parent 28398109a1
commit 7d98754a72
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ typedef unsigned int uintptr_t;
#define SDL_VIDEO_RENDER_D3D 1
#endif
#ifndef SDL_VIDEO_RENDER_D3D11
#define SDL_VIDEO_RENDER_D3D11 1
#define SDL_VIDEO_RENDER_D3D11 0
#endif
/* Enable OpenGL support */