Only set an explicit pthread stack size on Vita
This commit is contained in:
parent
0586f3d65f
commit
3a377e7d7b
1 changed files with 2 additions and 0 deletions
|
|
@ -286,7 +286,9 @@ int PltCreateThread(const char* name, ThreadEntry entry, void* context, PLT_THRE
|
|||
|
||||
pthread_attr_init(&attr);
|
||||
|
||||
#ifdef __vita__
|
||||
pthread_attr_setstacksize(&attr, 0x100000);
|
||||
#endif
|
||||
|
||||
ctx->name = name;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue