diff options
Diffstat (limited to 'src/core/hle/kernel/svc.cpp')
| -rw-r--r-- | src/core/hle/kernel/svc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp index 01ae57053..bafd1ced7 100644 --- a/src/core/hle/kernel/svc.cpp +++ b/src/core/hle/kernel/svc.cpp | |||
| @@ -346,7 +346,7 @@ static ResultCode SendSyncRequest(Core::System& system, Handle handle) { | |||
| 346 | SchedulerLock lock(system.Kernel()); | 346 | SchedulerLock lock(system.Kernel()); |
| 347 | thread->InvalidateHLECallback(); | 347 | thread->InvalidateHLECallback(); |
| 348 | thread->SetStatus(ThreadStatus::WaitIPC); | 348 | thread->SetStatus(ThreadStatus::WaitIPC); |
| 349 | session->SendSyncRequest(SharedFrom(thread), system.Memory()); | 349 | session->SendSyncRequest(SharedFrom(thread), system.Memory(), system.CoreTiming()); |
| 350 | } | 350 | } |
| 351 | 351 | ||
| 352 | if (thread->HasHLECallback()) { | 352 | if (thread->HasHLECallback()) { |