diff options
| author | Twinaphex | 2020-02-16 21:19:08 +0100 |
|---|---|---|
| committer | GitHub | 2020-02-16 21:19:08 +0100 |
| commit | dfcd7153048c2f6d479dfcd328ee2c0e1e0784ed (patch) | |
| tree | 875efb206392c2196ce71c9ba172411e9608319e /frontend | |
| parent | b41cca8553779c71aebf4e63644cae03496d25b2 (diff) | |
| download | pcsx_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')
| -rw-r--r-- | frontend/3ds/pthread.h | 2 |
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; |
