aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Process.cs
AgeCommit message (Expand)Author
2018-11-28Better process implementation (#491)gdkchan
2018-10-30Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484)Alex Barney
2018-10-20Print stack trace on invalid memory accesses (#461)gdkchan
2018-10-17Move logging to Ryujinx.Common and make it a static class (#413)ReinUsesLisp
2018-10-10Implement IRoInterface (#445)Thomas Guillemard
2018-09-23Improve kernel events implementation (#430)gdkchan
2018-09-19Remove cold methods from the CPU cache (#224)gdkchan
2018-09-19Fix performance regression caused by the new scheduler changes (#422)gdkchan
2018-09-19Show Game Title on Titlebar (#408)emmauss
2018-09-18Thread scheduler rewrite (#393)gdkchan
2018-09-15Rewrite the C++ Demangler (#416)Thomas Guillemard
2018-08-16Code style fixes and nits on the HLE project (#355)gdkchan