Update SDL2 to 2.0.3
This commit is contained in:
parent
c55df2c9aa
commit
d426ed307d
27 changed files with 434 additions and 7 deletions
|
@ -171,6 +171,9 @@ typedef unsigned int uintptr_t;
|
|||
#ifndef SDL_VIDEO_RENDER_D3D
|
||||
#define SDL_VIDEO_RENDER_D3D 1
|
||||
#endif
|
||||
#ifndef SDL_VIDEO_RENDER_D3D11
|
||||
#define SDL_VIDEO_RENDER_D3D11 0
|
||||
#endif
|
||||
|
||||
/* Enable OpenGL support */
|
||||
#ifndef SDL_VIDEO_OPENGL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue