summaryrefslogtreecommitdiff
path: root/CMakeTests/FindSDL2.cmake
AgeCommit message (Collapse)Author
2017-02-07CMake: move modules from CMakeTests/ -> CMake/Michael Maltese
The name "CMakeTests" is inaccurate and irregular.
2017-02-06cmake: Move discovery of SDL to InputCommonFlorent Castelli
2015-07-01Linux: Disable SDL controller backend by default.Scott Mansell
Not deleted, because it's the only option for some other operating systems such as FreeBSD or any other slightly exotic operating system someone might try and run dolphin on.
2012-07-12Add SDL2 support to build system.Scott Moreau
Dolphin code already builds against SDL2 but the build system never checks for SDL2, which is the what latest SDL is called now. SDL2 replaces SDL 1.3. This allows Dolphin to be build against SDL2, which activates certain new features such as the haptic interface.