mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12: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;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_code sceNpManagerGetPsHandle()
|
error_code sceNpManagerGetPsHandle(vm::ptr<SceNpOnlineId> onlineId)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED_FUNC(sceNp);
|
sceNp.warning("sceNpManagerGetPsHandle(onlineId=*0x%x)", onlineId);
|
||||||
return CELL_OK;
|
|
||||||
|
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)
|
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
Add a link
Reference in a new issue