mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
Rebased usage of SleepClientThread
This commit is contained in:
parent
06a7676ed1
commit
143878a474
@ -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…
Reference in New Issue
Block a user