From a2ed5d790e705e2c6fd21ae241bccae402f44132 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 + 1 file changed, 1 insertion(+) 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