From 37c2f059e48351904a4ff63675e3971e222ab074 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 25 Feb 2020 05:05:56 +0100 Subject: [PATCH] Revert "(3DS) Set pthread stack size to 12MB - possible solution for crashes" This reverts commit dfcd7153048c2f6d479dfcd328ee2c0e1e0784ed. --- frontend/3ds/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/3ds/pthread.h b/frontend/3ds/pthread.h index 286ea7a1..9f43707e 100644 --- a/frontend/3ds/pthread.h +++ b/frontend/3ds/pthread.h @@ -8,7 +8,7 @@ #include "3ds_utils.h" -#define CTR_PTHREAD_STACK_SIZE (1000000 * 12) +#define CTR_PTHREAD_STACK_SIZE 0x10000 typedef int32_t pthread_t; typedef int pthread_attr_t; -- 2.39.2