mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Entitlements are never found
This commit is contained in:
parent
85c813d84c
commit
6cd3010a9f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue