hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
This commit is contained in:
parent
a342bcc9b1
commit
170d707850
9 changed files with 14 additions and 14 deletions
|
@ -548,7 +548,7 @@ private:
|
|||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
},
|
||||
buffer_queue->GetWritableBufferWaitEvent(), buffer_queue->GetBufferWaitEvent());
|
||||
buffer_queue->GetWritableBufferWaitEvent());
|
||||
}
|
||||
} else if (transaction == TransactionId::RequestBuffer) {
|
||||
IGBPRequestBufferRequestParcel request{ctx.ReadBuffer()};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue