mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 04:07:57 -05:00
hle: kernel: Recode implementation of KThread to be more accurate.
This commit is contained in:
@ -154,7 +154,7 @@ ResultCode ServerSession::CompleteSyncRequest(HLERequestContext& context) {
|
||||
KScopedSchedulerLock lock(kernel);
|
||||
if (!context.IsThreadWaiting()) {
|
||||
context.GetThread().Wakeup();
|
||||
context.GetThread().SetSynchronizationResults(nullptr, result);
|
||||
context.GetThread().SetSyncedObject(nullptr, result);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user