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()

View file

@ -192,6 +192,14 @@
"bundled": true,
"skip_updates": "true"
},
"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",