Skip to content

Commit

Permalink
deps: update sdl to version 2.28.5
Browse files Browse the repository at this point in the history
Set minimum version required to 2.0.9 because of SDL_JoystickRumble
  • Loading branch information
scribam committed Nov 2, 2023
1 parent fd3f207 commit c2e5fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ if(NOT LIBRETRO)

if(NOT ANDROID AND NOT IOS)
if(USE_HOST_SDL)
find_package(SDL2)
find_package(SDL2 2.0.9)
endif()
if(NOT SDL2_FOUND)
add_subdirectory(core/deps/SDL EXCLUDE_FROM_ALL)
Expand Down

0 comments on commit c2e5fce

Please sign in to comment.