Revert "(3DS) Set pthread stack size to 12MB - possible solution for crashes"
authortwinaphex <libretro@gmail.com>
Tue, 25 Feb 2020 04:05:56 +0000 (05:05 +0100)
committertwinaphex <libretro@gmail.com>
Tue, 25 Feb 2020 04:06:07 +0000 (05:06 +0100)
This reverts commit dfcd7153048c2f6d479dfcd328ee2c0e1e0784ed.

frontend/3ds/pthread.h

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