From: Twinaphex Date: Sun, 16 Feb 2020 20:19:08 +0000 (+0100) Subject: (3DS) Set pthread stack size to 12MB - possible solution for crashes X-Git-Tag: r24l~664 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfcd7153048c2f6d479dfcd328ee2c0e1e0784ed;p=pcsx_rearmed.git (3DS) Set pthread stack size to 12MB - possible solution for crashes --- diff --git a/frontend/3ds/pthread.h b/frontend/3ds/pthread.h index 9f43707e..286ea7a1 100644 --- a/frontend/3ds/pthread.h +++ b/frontend/3ds/pthread.h @@ -8,7 +8,7 @@ #include "3ds_utils.h" -#define CTR_PTHREAD_STACK_SIZE 0x10000 +#define CTR_PTHREAD_STACK_SIZE (1000000 * 12) typedef int32_t pthread_t; typedef int pthread_attr_t;