Skip to content

Commit

Permalink
Temporarily disabled the D3D11 renderer so we can get a build.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 11, 2014
1 parent 2839810 commit 7d98754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_config_windows.h
Expand Up @@ -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 */
Expand Down

0 comments on commit 7d98754

Please sign in to comment.