Fix incorrect error code

This commit is contained in:
kalaposfos13 2025-01-08 09:07:34 +01:00
parent c055c80c6f
commit 702beff4b0

View File

@ -232,10 +232,6 @@ int PS4_SYSV_ABI sceKernelWaitEqueue(SceKernelEqueue eq, SceKernelEvent* ev, int
}
}
if (*out == 0) {
return ORBIS_KERNEL_ERROR_ETIMEDOUT;
}
return ORBIS_OK;
}