deps: update sdl to version 2.30.1
This commit is contained in:
parent
b55054249f
commit
d8c15de030
|
@ -410,6 +410,7 @@ if(NOT LIBRETRO)
|
|||
find_package(SDL2 2.0.9)
|
||||
endif()
|
||||
if(NOT SDL2_FOUND)
|
||||
set(SDL_TEST_ENABLED_BY_DEFAULT OFF)
|
||||
add_subdirectory(core/deps/SDL EXCLUDE_FROM_ALL)
|
||||
set(SDL2_FOUND 1)
|
||||
endif()
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 859844eae358447be8d66e6da59b6fb3df0ed778
|
||||
Subproject commit 5adbf3765a57dc5931c2a3137390bfee2370c945
|
Loading…
Reference in New Issue