From b19b23197fc387d26ff85fba214e65efa2df21e9 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sat, 24 Jan 2026 19:03:04 +0000 Subject: [PATCH] Use updated SDL2 --- .ci/ps4/build.sh | 1 + externals/cpmfile.json | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.ci/ps4/build.sh b/.ci/ps4/build.sh index b792529ec7..b167b65ef5 100755 --- a/.ci/ps4/build.sh +++ b/.ci/ps4/build.sh @@ -53,5 +53,6 @@ cmake -S . -B build -G "Unix Makefiles" \ -DYUZU_USE_EXTERNAL_FFMPEG=ON \ -DYUZU_USE_CPM=ON \ -DDYNARMIC_TESTS=ON \ + -DYUZU_USE_EXTERNAL_SDL2=ON \ "${EXTRA_CMAKE_FLAGS[@]}" || exit cmake --build build -t yuzu-cmd_pkg -- -j$NPROC diff --git a/externals/cpmfile.json b/externals/cpmfile.json index c586926e9f..c7f90a33cd 100644 --- a/externals/cpmfile.json +++ b/externals/cpmfile.json @@ -167,6 +167,14 @@ "git_version": "3.4.8", "version": "3.2.10" }, + "sdl2_ps4": { + "package": "SDL2", + "repo": "xinitrcn1/SDL", + "sha": "f577141fc4", + "key": "ps4", + "bundled": true, + "skip_updates": true + }, "moltenvk": { "repo": "V380-Ori/Ryujinx.MoltenVK", "tag": "v%VERSION%-ryujinx",