X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2F3ds%2Fpthread.h;h=286ea7a1f66232376885b96c1d7b02090d48c4f3;hb=b37c639ee018ef6403859952fd459fe8073313d3;hp=9f43707e2fb7e0a8781d3b5bc345c444f9502fa6;hpb=4b353f8adc434d4168df88bca58e793becaa891b;p=pcsx_rearmed.git diff --git a/frontend/3ds/pthread.h b/frontend/3ds/pthread.h index 9f43707e..286ea7a1 100644 --- a/frontend/3ds/pthread.h +++ b/frontend/3ds/pthread.h @@ -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;