mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-07 01:42:30 +00:00
Clang
This commit is contained in:
parent
69a1725a36
commit
cd89c363bd
@ -41,7 +41,8 @@ int PS4_SYSV_ABI sceNpCmpNpIdInOrder(OrbisNpId* np_id1, OrbisNpId* np_id2, u32*
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Compare data
|
// Compare data
|
||||||
u32 compare = std::strncmp(np_id1->handle.data, np_id2->handle.data, ORBIS_NP_ONLINEID_MAX_LENGTH);
|
u32 compare =
|
||||||
|
std::strncmp(np_id1->handle.data, np_id2->handle.data, ORBIS_NP_ONLINEID_MAX_LENGTH);
|
||||||
if (compare < 0) {
|
if (compare < 0) {
|
||||||
*out_result = -1;
|
*out_result = -1;
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user