Change return of function "sceNpMatching2Init" to CELL_OK

This commit is contained in:
scribam 2018-02-22 22:24:37 +01:00 committed by Ivan
parent 3043c73745
commit 8d7620d95f

View File

@ -31,7 +31,7 @@ s32 sceNpMatching2Init(u32 poolsize, s32 priority)
{
sceNp2.todo("sceNpMatching2Init(poolsize=0x%x, priority=%d)", poolsize, priority);
return SCE_NP_MATCHING2_ERROR_TIMEDOUT;
return CELL_OK;
}
s32 sceNpMatching2Init2(u32 poolsize, s32 priority, vm::ptr<SceNpMatching2UtilityInitParam> param)