use newer sdl2, make bigger stack

This commit is contained in:
lizzie 2026-01-28 19:03:55 +00:00
parent 30dd3fa1f3
commit a9845aa570
3 changed files with 8 additions and 7 deletions

View file

@ -192,11 +192,14 @@
},
"sdl2_ps4": {
"package": "SDL2",
"repo": "xinitrcn1/SDL",
"sha": "f577141fc4",
"repo": "libsdl-org/SDL",
"sha": "0c7042477a",
"key": "ps4",
"bundled": true,
"skip_updates": true
"skip_updates": true,
"patches": [
"0001-ps4.patch"
]
},
"moltenvk": {
"repo": "V380-Ori/Ryujinx.MoltenVK",