aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Kernel/SvcSystem.cs
AgeCommit message (Collapse)Author
2018-04-24Improved logging (#103)gdkchan
2018-04-22Print guest stack trace on a few points that can throw exceptionsgdkchan
2018-04-19[HLE/Kernel] Fix SetThreadPriority, allow nano seconds values > ↵gdkchan
int.MaxValue, fix on WaitProcessWideKeyAtomic (althrough looks like it still doesn't work properly
2018-04-18[HLE/Kernel] Somewhat improved sync primitivesgdkchan