aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/Am
AgeCommit message (Expand)Author
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LL...gdkchan
2018-06-09Move WriteBytes to AMemory, implement it with a Marshal copy like ReadBytes, ...gdkchan
2018-06-08Small cleanup in AMemory and removed some unused usingsgdkchan
2018-06-08ReadBytes function in AMemory, with cleaner range check. (#136)riperiperi
2018-06-04Fix ILibraryAppletCreator CreateStorage, implement Write on IStorageAccessorgdkchan
2018-06-02SMO stubs and implementations (#129)Starlet
2018-05-25[IApplicationFunctions/INvDrvServices] Stub GetPseudoDeviceId, FinishInitiali...Starlet
2018-04-29Fix GetDesiredLanguage and expose a way to set the desired language, default ...gdkchan
2018-04-24Improved logging (#103)gdkchan
2018-04-23Update IAudioController.csAc_K
2018-04-22Stub a few services, add support for generating call stacks on the CPUgdkchan
2018-04-21Some implementations (#99)Ac_K
2018-04-21Update am service (#98)Ac_K
2018-04-17Update IAudioController.cs (#86)Ac_K
2018-04-16Add special log for stubs (#81)emmauss
2018-04-13Add logclass, made changes to logging calls (#79)emmauss
2018-04-06Rename services with the official interface namesgdkchan
2018-04-04stubs (#69)emmauss
2018-03-21rename some services (#63)emmauss
2018-03-20Rename IpcServices -> Servicesgdkchan
2018-03-19[WIP] Add support for events (#60)gdkchan
2018-02-25Implement SvcSetMemoryAttributegdkchan
2018-02-25Implement many objects, improve logging. (#42)Ac_K