aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2020-02-25 05:05:56 +0100
committertwinaphex2020-02-25 05:06:07 +0100
commit37c2f059e48351904a4ff63675e3971e222ab074 (patch)
tree41a6a842d35615a6ffa456523c3c212080061234
parent28d1bea2e828cd079593abc8c97ea6ff4fd7d4f4 (diff)
downloadpcsx_rearmed-37c2f059e48351904a4ff63675e3971e222ab074.tar.gz
pcsx_rearmed-37c2f059e48351904a4ff63675e3971e222ab074.tar.bz2
pcsx_rearmed-37c2f059e48351904a4ff63675e3971e222ab074.zip
Revert "(3DS) Set pthread stack size to 12MB - possible solution for crashes"
This reverts commit dfcd7153048c2f6d479dfcd328ee2c0e1e0784ed.
-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 286ea7a..9f43707 100644
--- a/frontend/3ds/pthread.h
+++ b/frontend/3ds/pthread.h
@@ -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;