mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-26 20:15:03 +00:00
fix
This commit is contained in:
parent
b2a03e3828
commit
6d0dfdd82a
@ -239,7 +239,7 @@ int PS4_SYSV_ABI sceKernelUuidCreate(OrbisKernelUuid* orbisUuid) {
|
|||||||
orbisUuid->node[i] = uuid.Data4[2 + i];
|
orbisUuid->node[i] = uuid.Data4[2 + i];
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
LOG_ERROR(Kernel, "sceKernelUuidCreate: Add linux", );
|
LOG_ERROR(Kernel, "sceKernelUuidCreate: Add linux");
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user