notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28d1bea
)
Revert "(3DS) Set pthread stack size to 12MB - possible solution for crashes"
author
twinaphex
<libretro@gmail.com>
Tue, 25 Feb 2020 04:05:56 +0000
(
05:05
+0100)
committer
twinaphex
<libretro@gmail.com>
Tue, 25 Feb 2020 04:06:07 +0000
(
05:06
+0100)
This reverts commit
dfcd7153048c2f6d479dfcd328ee2c0e1e0784ed
.
frontend/3ds/pthread.h
patch
|
blob
|
blame
|
history
diff --git
a/frontend/3ds/pthread.h
b/frontend/3ds/pthread.h
index
286ea7a
..
9f43707
100644
(file)
--- 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;