summaryrefslogtreecommitdiffstats
path: root/externals/SDL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* externals: update dynarmic, SDL2Liam2022-12-041-0/+0
|
* externals: Revert SDL2 to release-2.0.20lat9nq2022-07-191-0/+0
| | | | | | prerelease-2.23.1 appears to have issues on the SteamDeck with external controllers. Revert to 2.0.20 for now (and as opposed to using prerelease-2.0.19 like before.)
* externals/SDL: Update to prerelease-2.23.1lat9nq2022-07-011-0/+0
| | | | This includes a fix needed for building with MSYS2/MinGW.
* externals/SDL: update SDL to version with Wayland build fixAndrew Udvare2021-12-171-0/+0
|
* input_common: Update SDL to 2.0.18Narr the Reg2021-12-061-0/+0
|
* externals: Update sdl2 to 2.0.16german772021-08-111-0/+0
|
* externals: Update SDL to 2f248a2alat9nq2021-06-111-0/+0
|
* externals: Update SDL to 107db2d8lat9nq2021-05-091-0/+0
| | | | | In light of 72a49c2bbcce46c24b6d8ee0592989a507dcd68a, the SDL submodule also needs updated. Updates to the same commit used by the SDL package in ext-windows-bin.
* cmake: Use SDL 2.0.14 and fix CMake scope issuelat9nq2021-04-181-0/+0
| | | | | | | | | | Forces using SDL 2.0.14. Upgrades the SDL external to that version. Adds a message when switching to the external. Fixes an error where input_common only links to SDL when SDL2_FOUND is set, but externals/CMakeLists cannot set that variable to the required scope. Switch to using ENABLE_SDL2, which we can use since we now include the SDL source.
* externals: Add SDL 2.0.12lat9nq2021-04-171-0/+0
Since Bintray is (soon to be) no more, there needs to be a way to acquire SDL2. Since 20.04's version is older than our minimum required version (2.0.12), add it as an external.