From d8c15de03085ccaf54bd50fce55b3e7d836f7378 Mon Sep 17 00:00:00 2001 From: scribam Date: Wed, 6 Mar 2024 18:02:52 +0100 Subject: [PATCH] deps: update sdl to version 2.30.1 --- CMakeLists.txt | 1 + core/deps/SDL | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49f312f2e..64d8803b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/core/deps/SDL b/core/deps/SDL index 859844eae..5adbf3765 160000 --- a/core/deps/SDL +++ b/core/deps/SDL @@ -1 +1 @@ -Subproject commit 859844eae358447be8d66e6da59b6fb3df0ed778 +Subproject commit 5adbf3765a57dc5931c2a3137390bfee2370c945