(3DS) Set pthread stack size to 12MB - possible solution for crashes
authorTwinaphex <libretro@gmail.com>
Sun, 16 Feb 2020 20:19:08 +0000 (21:19 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Feb 2020 20:19:08 +0000 (21:19 +0100)
frontend/3ds/pthread.h

index 9f43707..286ea7a 100644 (file)
@@ -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;