Externals: Update SDL to 2.30.9

This commit is contained in:
dreamsyntax
2024-11-16 20:52:08 -07:00
parent 050f5dfff6
commit f642cd4658
5 changed files with 27 additions and 3 deletions

View File

@ -585,7 +585,7 @@ if(UNIX)
endif()
if(ENABLE_SDL)
dolphin_find_optional_system_library(SDL2 Externals/SDL 2.30.6)
dolphin_find_optional_system_library(SDL2 Externals/SDL 2.30.9)
endif()
if(ENABLE_ANALYTICS)