mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 03:32:55 +00:00
Change return of function "sceNpMatching2Init" to CELL_OK
This commit is contained in:
parent
3043c73745
commit
8d7620d95f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user