[Scummvm-git-logs] scummvm master -> 692565fc06b6e19a50bedc5771cd49ca0ac0207e
aquadran
noreply at scummvm.org
Mon May 18 09:23:49 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
692565fc06 PS3: Use SDK macro for stack size
Commit: 692565fc06b6e19a50bedc5771cd49ca0ac0207e
https://github.com/scummvm/scummvm/commit/692565fc06b6e19a50bedc5771cd49ca0ac0207e
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2026-05-18T11:23:35+02:00
Commit Message:
PS3: Use SDK macro for stack size
Changed paths:
backends/platform/sdl/ps3/ps3-main.cpp
diff --git a/backends/platform/sdl/ps3/ps3-main.cpp b/backends/platform/sdl/ps3/ps3-main.cpp
index 767129c8694..31812cc1efa 100644
--- a/backends/platform/sdl/ps3/ps3-main.cpp
+++ b/backends/platform/sdl/ps3/ps3-main.cpp
@@ -30,7 +30,7 @@
#include <sys/process.h>
// Set program stack size from default 64KB to 256KB
-SYS_PROCESS_PARAM(1000, 0x40000)
+SYS_PROCESS_PARAM(1000, SYS_PROCESS_SPAWN_STACK_SIZE_256K)
int main(int argc, char *argv[]) {
More information about the Scummvm-git-logs
mailing list