mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Implement sceNpManagerGetPsHandle (#11164)
This commit is contained in:
parent
fef8905dc2
commit
22910c02a9
1 changed files with 4 additions and 3 deletions
|
@ -3244,10 +3244,11 @@ error_code sceNpManagerGetCachedInfo(CellSysutilUserId userId, vm::ptr<SceNpMana
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
error_code sceNpManagerGetPsHandle()
|
||||
error_code sceNpManagerGetPsHandle(vm::ptr<SceNpOnlineId> onlineId)
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sceNp);
|
||||
return CELL_OK;
|
||||
sceNp.warning("sceNpManagerGetPsHandle(onlineId=*0x%x)", onlineId);
|
||||
|
||||
return sceNpManagerGetOnlineId(onlineId);
|
||||
}
|
||||
|
||||
error_code sceNpManagerRequestTicket(vm::cptr<SceNpId> npId, vm::cptr<char> serviceId, vm::cptr<void> cookie, u32 cookieSize, vm::cptr<char> entitlementId, u32 consumedCount)
|
||||
|
|
Loading…
Add table
Reference in a new issue