Fix Clang Format Error
This commit is contained in:
parent
3d000c834b
commit
2052a201c0
@ -29,9 +29,8 @@ SharedPtr<Event> HLERequestContext::SleepClientThread(SharedPtr<Thread> thread,
|
|||||||
const std::string& reason, u64 timeout,
|
const std::string& reason, u64 timeout,
|
||||||
WakeupCallback&& callback) {
|
WakeupCallback&& callback) {
|
||||||
// Put the client thread to sleep until the wait event is signaled or the timeout expires.
|
// Put the client thread to sleep until the wait event is signaled or the timeout expires.
|
||||||
thread->wakeup_callback = [context = *this, callback](ThreadWakeupReason reason,
|
thread->wakeup_callback = [ context = *this, callback ](
|
||||||
SharedPtr<Thread> thread,
|
ThreadWakeupReason reason, SharedPtr<Thread> thread, SharedPtr<WaitObject> object) mutable {
|
||||||
SharedPtr<WaitObject> object) mutable {
|
|
||||||
ASSERT(thread->status == THREADSTATUS_WAIT_HLE_EVENT);
|
ASSERT(thread->status == THREADSTATUS_WAIT_HLE_EVENT);
|
||||||
callback(thread, context, reason);
|
callback(thread, context, reason);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user