mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Entitlements are never found (#17306)
Minor change, we don't support entitlements atm.
This commit is contained in:
parent
85c813d84c
commit
9610d45ebf
|
|
@ -4265,7 +4265,7 @@ error_code sceNpManagerGetEntitlementById(vm::cptr<char> entId, vm::ptr<SceNpEnt
|
|||
return SCE_NP_ERROR_INVALID_ARGUMENT;
|
||||
}
|
||||
|
||||
return CELL_OK;
|
||||
return SCE_NP_ERROR_ID_NOT_FOUND;
|
||||
}
|
||||
|
||||
error_code sceNpManagerGetSigninId(vm::ptr<void> signInId)
|
||||
|
|
|
|||
Loading…
Reference in a new issue