aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Svc/SvcSystem.cs
AgeCommit message (Expand)Author
2018-04-18[HLE/Kernel] Somewhat improved sync primitivesgdkchan
2018-04-13Add logclass, made changes to logging calls (#79)emmauss
2018-04-08log calling method in logs (#71)emmauss
2018-04-06Show service short name for unimplemented commandsgdkchan
2018-04-04Fix GetAvailableLanguageCodes, stub ListAddOnContent and NvGpuAsIoctlRemap (0...gdkchan
2018-03-30SVC: Add GetInfo type 20 (added in 5.0.0) to the list of explicitly unimpleme...Ezekiel Bethel
2018-03-20Rename IpcServices -> Servicesgdkchan
2018-03-19[WIP] Add support for events (#60)gdkchan
2018-03-15Improvements to audout (#58)gdkchan
2018-03-12Allow more than one process, free resources on process dispose, implement Svc...gdkchan
2018-03-10Do not sign-extend timestampsgdkchan
2018-03-09Disable memory checks by default, even on debug, move ram memory allocation i...gdkchan
2018-03-05Add MUL (vector by element), fix FCVTN, make svcs use MakeError toogdkchan
2018-03-05Add FCVTL and FCVTN instruction (no Half support yet), stub SvcClearEventgdkchan
2018-02-27Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ...gdkchan
2018-02-25Refactor IPC services to have commands into separate classes, fix readme urlgdkchan
2018-02-24Update SvcSystem.cs (#40)Ac_K
2018-02-23Map heap on heap base region, fix for thread start on homebrew, add FCVTMU an...gdkchan
2018-02-21Initiale hbmenu.nro support (#32)Ac_K
2018-02-21FspSrv improvements, also fix ImageEnd for NROs without a MOD0 sectiongdkchan
2018-02-20Split main project into core,graphics and chocolarm4 subproject (#29)emmauss