Fix dynarec crashes on 3DS
[pcsx_rearmed.git] / 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;