3DS: Schedule threads on the default core
[pcsx_rearmed.git] / frontend / 3ds / pthread.h
index 2c2bf6b..42de161 100644 (file)
@@ -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;
 }