Use updated SDL2

This commit is contained in:
lizzie 2026-01-24 19:03:04 +00:00
parent c40f3c6786
commit 91cdb073f2
3 changed files with 15 additions and 0 deletions

View file

@ -161,6 +161,12 @@ if (NOT ANDROID)
if ("${YUZU_SYSTEM_PROFILE}" STREQUAL "steamdeck")
set(SDL_PIPEWIRE OFF) # build errors out with this on
AddJsonPackage("sdl2_steamdeck")
elseif (PLATFORM_PS4)
set(PS4 ON)
set(ORBIS ON)
AddJsonPackage("sdl2_ps4")
unset(ORBIS)
unset(PS4)
else()
AddJsonPackage("sdl2_generic")
endif()