mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
sceKernelWaitEventFlag
log noise reduced
This commit is contained in:
parent
b08baaeb13
commit
bad3d5a68e
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ int PS4_SYSV_ABI sceKernelPollEventFlag(OrbisKernelEventFlag ef, u64 bitPattern,
|
||||||
}
|
}
|
||||||
int PS4_SYSV_ABI sceKernelWaitEventFlag(OrbisKernelEventFlag ef, u64 bitPattern, u32 waitMode,
|
int PS4_SYSV_ABI sceKernelWaitEventFlag(OrbisKernelEventFlag ef, u64 bitPattern, u32 waitMode,
|
||||||
u64* pResultPat, OrbisKernelUseconds* pTimeout) {
|
u64* pResultPat, OrbisKernelUseconds* pTimeout) {
|
||||||
LOG_INFO(Kernel_Event, "called bitPattern = {:#x} waitMode = {:#x}", bitPattern, waitMode);
|
LOG_DEBUG(Kernel_Event, "called bitPattern = {:#x} waitMode = {:#x}", bitPattern, waitMode);
|
||||||
if (ef == nullptr) {
|
if (ef == nullptr) {
|
||||||
return ORBIS_KERNEL_ERROR_ESRCH;
|
return ORBIS_KERNEL_ERROR_ESRCH;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue