mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Fix Clang Format Error
This commit is contained in:
		
							parent
							
								
									3d000c834b
								
							
						
					
					
						commit
						2052a201c0
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -29,9 +29,8 @@ SharedPtr<Event> HLERequestContext::SleepClientThread(SharedPtr<Thread> thread, | |||
|                                                       const std::string& reason, u64 timeout, | ||||
|                                                       WakeupCallback&& callback) { | ||||
|     // Put the client thread to sleep until the wait event is signaled or the timeout expires.
 | ||||
|     thread->wakeup_callback = [context = *this, callback](ThreadWakeupReason reason, | ||||
|                                                           SharedPtr<Thread> thread, | ||||
|                                                           SharedPtr<WaitObject> object) mutable { | ||||
|     thread->wakeup_callback = [ context = *this, callback ]( | ||||
|         ThreadWakeupReason reason, SharedPtr<Thread> thread, SharedPtr<WaitObject> object) mutable { | ||||
|         ASSERT(thread->status == THREADSTATUS_WAIT_HLE_EVENT); | ||||
|         callback(thread, context, reason); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue