Use updated SDL2

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

View file

@ -159,6 +159,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()