Browse Source

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

Sam Lantinga 11 years ago
parent
commit
7d98754a72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL_config_windows.h

+ 1 - 1
include/SDL_config_windows.h

@@ -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 */