kernel: Implement a more accurate IPC dispatch.
This commit is contained in:
parent
e3ee017e91
commit
c3d3b173d3
19 changed files with 246 additions and 167 deletions
|
@ -74,6 +74,8 @@ std::shared_ptr<WritableEvent> HLERequestContext::SleepClientThread(
|
|||
thread->WakeAfterDelay(timeout);
|
||||
}
|
||||
|
||||
is_thread_waiting = true;
|
||||
|
||||
return writable_event;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue