Merge pull request #390 from justinweiss/ctr-fix-dynarec-crashes
authorTwinaphex <libretro@gmail.com>
Tue, 25 Feb 2020 04:32:11 +0000 (05:32 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2020 04:32:11 +0000 (05:32 +0100)
Fix dynarec crashes on 3DS

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;