aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2/disable-hidapi-for-uwp.patch
AgeCommit message (Collapse)Author
2021-01-05[sdl2] Update to 2.0.14 (#15398)Rémy Tassoux
* [sdl2] Update to 2.0.14 * Revert "[sdl2] Update to 2.0.14" This reverts commit b8e82e0dacb3877febd1f32e9b92c90fd8c0db19. * [sdl2] Update to 2.0.14 * [sdl2] Fix manifest formatting * [sdl2] Change the shared library preprocessor symbol name to DLL_EXPORT for compatibility with SDL 2.0.14 Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2020-03-22[SDL2] Update to 2.0.12 versionRémy Tassoux
2019-10-17[sdl2] Update to 2.0.10 (#8643)RT222