SDL: Add GameController API, cleanup

This commit is contained in:
Martino Fontana
2023-08-03 16:30:26 +02:00
parent 0ab2bc2287
commit 51e05f468a
3 changed files with 433 additions and 276 deletions

View File

@ -587,7 +587,7 @@ if(UNIX)
endif()
if(ENABLE_SDL)
dolphin_find_optional_system_library(SDL2 Externals/SDL)
dolphin_find_optional_system_library(SDL2 Externals/SDL 2.26.0)
endif()
if(ENABLE_ANALYTICS)