aboutsummaryrefslogtreecommitdiff
path: root/frontend/3ds
diff options
context:
space:
mode:
authorTwinaphex2020-02-16 21:19:08 +0100
committerGitHub2020-02-16 21:19:08 +0100
commitdfcd7153048c2f6d479dfcd328ee2c0e1e0784ed (patch)
tree875efb206392c2196ce71c9ba172411e9608319e /frontend/3ds
parentb41cca8553779c71aebf4e63644cae03496d25b2 (diff)
downloadpcsx_rearmed-dfcd7153048c2f6d479dfcd328ee2c0e1e0784ed.tar.gz
pcsx_rearmed-dfcd7153048c2f6d479dfcd328ee2c0e1e0784ed.tar.bz2
pcsx_rearmed-dfcd7153048c2f6d479dfcd328ee2c0e1e0784ed.zip
(3DS) Set pthread stack size to 12MB - possible solution for crashes
Diffstat (limited to 'frontend/3ds')
-rw-r--r--frontend/3ds/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/3ds/pthread.h b/frontend/3ds/pthread.h
index 9f43707..286ea7a 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;