mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
Oh come on
This commit is contained in:
parent
9603d1a3ae
commit
a29baebc94
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user