PSP2: Update threading.h for newer SDK

This commit is contained in:
Jeffrey Pfau 2015-07-24 21:20:56 -07:00
parent 305e8c009c
commit 127a2d0820
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ static inline int ThreadCreate(Thread* thread, ThreadEntry entry, void* context)
}
static inline int ThreadJoin(Thread thread) {
return sceKernelWaitThreadEnd(thread, 0);
return sceKernelWaitThreadEnd(thread, 0, 0);
}
static inline int ThreadSetName(const char* name) {