Update to SDL 2.0.12 with USE_D3D9EX

This commit is contained in:
Cameron Gutman
2020-03-11 21:27:45 -07:00
parent 3f97692311
commit 60689f531d
76 changed files with 511 additions and 284 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 0
#define SDL_PATCHLEVEL 10
#define SDL_PATCHLEVEL 12
/**
* \brief Macro to determine SDL version program was compiled against.