all repos — mgba @ 127a2d0820f5d09523d71af41f903c731fff9d04

mGBA Game Boy Advance Emulator

PSP2: Update threading.h for newer SDK
Jeffrey Pfau jeffrey@endrift.com
Fri, 24 Jul 2015 21:20:56 -0700
commit

127a2d0820f5d09523d71af41f903c731fff9d04

parent

305e8c009c420bbadfef0478742d1e7111491599

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/psp2/threading.hsrc/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) {