Oh come on

This commit is contained in:
kalaposfos13 2025-07-20 19:16:54 +02:00
parent 9603d1a3ae
commit a29baebc94

View File

@ -91,7 +91,7 @@ s32 ErrnoToSceKernelError(s32 error) {
return error + ORBIS_KERNEL_ERROR_UNKNOWN; return error + ORBIS_KERNEL_ERROR_UNKNOWN;
} }
s32 sceKernelError(int posix_error) { s32 PS4_SYSV_ABI sceKernelError(s32 posix_error) {
if (posix_error == 0) { if (posix_error == 0) {
return 0; return 0;
} }