This commit is contained in:
Younes 2024-06-14 14:10:28 -06:00 committed by GitHub
parent b2a03e3828
commit 6d0dfdd82a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -239,7 +239,7 @@ int PS4_SYSV_ABI sceKernelUuidCreate(OrbisKernelUuid* orbisUuid) {
orbisUuid->node[i] = uuid.Data4[2 + i];
}
#else
LOG_ERROR(Kernel, "sceKernelUuidCreate: Add linux", );
LOG_ERROR(Kernel, "sceKernelUuidCreate: Add linux");
#endif
return 0;
}