X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2F3ds%2Fpthread.h;h=42de161f4f40d7518f2a55f2c9beb6fd12a7708c;hb=e237fbf62ef226bd5c5be317c6b837cb7515a150;hp=2c2bf6b1a3310a096951790eb9d45c0a84b4dc93;hpb=f72db18e0c39a5bf115f493767decc409e10f94a;p=pcsx_rearmed.git diff --git a/frontend/3ds/pthread.h b/frontend/3ds/pthread.h index 2c2bf6b1..42de161f 100644 --- a/frontend/3ds/pthread.h +++ b/frontend/3ds/pthread.h @@ -25,7 +25,7 @@ static inline int pthread_create(pthread_t *thread, svcCreateThread(&thread->handle, start_routine, arg, (uint32_t*)((uint32_t)thread->stack + CTR_PTHREAD_STACK_SIZE), - 0x25, 1); + 0x25, -2); return 1; }