mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-02-16 02:21:07 +00:00
Only set an explicit pthread stack size on Vita
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user