Skip to content

Commit

Permalink
SDL: Add GameController API, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSamus committed Jan 13, 2024
1 parent 0ab2bc2 commit 51e05f4
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 276 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 51e05f4

Please sign in to comment.