aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/Set/ServiceSetSys.cs
AgeCommit message (Collapse)Author
2018-03-20Rename IpcServices -> Servicesgdkchan
2018-03-19[WIP] Add support for events (#60)gdkchan
* Add support for events, move concept of domains to IpcService * Support waiting for KThread, remove some test code, other tweaks * Use move handle on NIFM since I can't test that now, it's better to leave it how it was
2018-03-04Improve CPU initial translation speeds (#50)gdkchan
* Add background translation to the CPU * Do not use a separate thread for translation, implement 2 tiers translation * Remove unnecessary usings * Lower MinCallCountForReJit * Remove unused variable
2018-03-03Fix Rename* functions on FspSrv, add a separate class do hold system ↵gdkchan
settings on Switch
2018-03-01stub set_sys (#49)emmauss