mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-05-12 07:59:43 -06:00
fixup
This commit is contained in:
parent
96623ca98d
commit
39226d24ac
@ -34,14 +34,6 @@ int PS4_SYSV_ABI sceNpScoreChangeModeForOtherSaveDataOwners() {
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceNpScoreCreateNpTitleCtx(OrbisNpServiceLabel serviceLabel, OrbisNpId* npId) {
|
||||
if (!npId) {
|
||||
LOG_ERROR(Lib_NpScore, "npId is null");
|
||||
return ORBIS_NP_COMMUNITY_ERROR_INSUFFICIENT_ARGUMENT;
|
||||
}
|
||||
if (serviceLabel == ORBIS_NP_INVALID_SERVICE_LABEL) {
|
||||
LOG_ERROR(Lib_NpScore, "Invalid service label: {}", serviceLabel);
|
||||
return ORBIS_NP_COMMUNITY_ERROR_INVALID_ARGUMENT;
|
||||
}
|
||||
LOG_ERROR(Lib_NpScore, "serviceLabel = {}, npId->data = {}", serviceLabel, npId->handle.data);
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user