PSP2: Update threading.h for newer SDK
Jeffrey Pfau jeffrey@endrift.com
Fri, 24 Jul 2015 21:20:56 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/psp2/threading.h
→
src/platform/psp2/threading.h
@@ -127,7 +127,7 @@ return 0;
} static inline int ThreadJoin(Thread thread) { - return sceKernelWaitThreadEnd(thread, 0); + return sceKernelWaitThreadEnd(thread, 0, 0); } static inline int ThreadSetName(const char* name) {