aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/OsHle/Kernel/SvcThread.cs
AgeCommit message (Collapse)Author
2018-07-14Allow using ulong max value as yield (#263)gdkchan
2018-06-26Relax GetThreadContext3 by allowing it to get the context of a running threadgdkchan
2018-06-26Implement SvcGetThreadContext3gdkchan
2018-06-21Fix some thread sync issues (#172)gdkchan
* Fix some thread sync issues * Remove some debug stuff * Ensure that writes to the mutex address clears the exclusive monitor
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future ↵gdkchan
LLE implementation