mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 15:48:39 +00:00
fix
This commit is contained in:
parent
b2a03e3828
commit
6d0dfdd82a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue