mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Fix scenp_score_record_score param check
This commit is contained in:
parent
3f66297593
commit
c49ff490bc
1 changed files with 0 additions and 5 deletions
|
@ -5641,11 +5641,6 @@ error_code scenp_score_record_score(s32 transId, SceNpScoreBoardId boardId, SceN
|
|||
data_size = 64;
|
||||
}
|
||||
|
||||
if (option)
|
||||
{
|
||||
return SCE_NP_COMMUNITY_ERROR_INVALID_ARGUMENT;
|
||||
}
|
||||
|
||||
nph.record_score(trans_ctx, boardId, score, scoreComment, data, data_size, tmpRank, async);
|
||||
|
||||
if (async)
|
||||
|
|
Loading…
Add table
Reference in a new issue