mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Rebased usage of SleepClientThread
This commit is contained in:
		
							parent
							
								
									06a7676ed1
								
							
						
					
					
						commit
						143878a474
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -123,7 +123,7 @@ void File::Read(Kernel::HLERequestContext& ctx) { | |||
|     } | ||||
|     rb.PushMappedBuffer(buffer); | ||||
| 
 | ||||
|     u64 read_timeout_ns = backend->GetReadDelayNs(length); | ||||
|     std::chrono::nanoseconds read_timeout_ns{backend->GetReadDelayNs(length)}; | ||||
|     ctx.SleepClientThread(Kernel::GetCurrentThread(), "file::read", read_timeout_ns, | ||||
|                           [](Kernel::SharedPtr<Kernel::Thread> thread, | ||||
|                              Kernel::HLERequestContext& ctx, ThreadWakeupReason reason) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue