mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
add comment back
This commit is contained in:
parent
45da348676
commit
2bd553a646
@ -279,6 +279,8 @@ int PS4_SYSV_ABI sceKernelWaitEqueue(SceKernelEqueue eq, SceKernelEvent* ev, int
|
|||||||
if (timo == nullptr) {
|
if (timo == nullptr) {
|
||||||
*out = eq->WaitForEvents(ev, num, 0);
|
*out = eq->WaitForEvents(ev, num, 0);
|
||||||
} else if (*timo == 0) {
|
} else if (*timo == 0) {
|
||||||
|
// Only events that have already arrived at the time of this function call can be
|
||||||
|
// received
|
||||||
*out = eq->GetTriggeredEvents(ev, num);
|
*out = eq->GetTriggeredEvents(ev, num);
|
||||||
} else {
|
} else {
|
||||||
*out = eq->WaitForEvents(ev, num, *timo);
|
*out = eq->WaitForEvents(ev, num, *timo);
|
||||||
|
Loading…
Reference in New Issue
Block a user