mirror of
https://github.com/eden-emulator/mirror.git
synced 2026-06-06 07:25:52 +08:00
use newer sdl2, make bigger stack
This commit is contained in:
parent
7006fc039e
commit
a7708b7221
9
externals/cpmfile.json
vendored
9
externals/cpmfile.json
vendored
@ -175,11 +175,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",
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
namespace Common {
|
||||
|
||||
#ifdef __OPENORBIS__
|
||||
constexpr size_t DEFAULT_STACK_SIZE = 128 * 4096;
|
||||
constexpr size_t DEFAULT_STACK_SIZE = 256 * 4096;
|
||||
#else
|
||||
constexpr size_t DEFAULT_STACK_SIZE = 512 * 4096;
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user