mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 23:28:05 -05:00
hle: kernel: KThread: Remove tracking of sync object from threads.
This commit is contained in:
@ -325,8 +325,7 @@ static ResultCode SendSyncRequest(Core::System& system, Handle handle) {
|
||||
}
|
||||
}
|
||||
|
||||
KSynchronizationObject* dummy{};
|
||||
return thread->GetWaitResult(std::addressof(dummy));
|
||||
return thread->GetWaitResult();
|
||||
}
|
||||
|
||||
static ResultCode SendSyncRequest32(Core::System& system, Handle handle) {
|
||||
|
Reference in New Issue
Block a user