1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-12-21 20:05:08 -06:00

Fix some races in SvcThreadSync and change the way how yield works

This commit is contained in:
gdkchan
2018-05-15 22:36:08 -03:00
parent 7a8fbcf89f
commit 73a3233d57
7 changed files with 173 additions and 219 deletions

View File

@@ -96,6 +96,8 @@ namespace Ryujinx.Core.OsHle.Kernel
Func(ThreadState);
Process.Scheduler.Reschedule(Process.GetThread(ThreadState.Tpidr));
Ns.Log.PrintDebug(LogClass.KernelSvc, $"{Func.Method.Name} ended.");
}
else