mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 15:37:18 -05:00
wutstdc++: Decrease the stack size for gthread threads from 4MiB to 128KiB.
This commit is contained in:
parent
0ecfaa3966
commit
aa2e76795f
|
|
@ -7,7 +7,7 @@
|
|||
#include <coreinit/mutex.h>
|
||||
|
||||
#define __WUT_MAX_KEYS (128)
|
||||
#define __WUT_STACK_SIZE (4096*1024)
|
||||
#define __WUT_STACK_SIZE (128*1024)
|
||||
|
||||
#define __WUT_ONCE_VALUE_INIT (0)
|
||||
#define __WUT_ONCE_VALUE_STARTED (1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user