aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/Bsd
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-08ReadBytes function in AMemory, with cleaner range check. (#136)riperiperi
2018-04-24Improved logging (#103)gdkchan
2018-04-13Add logclass, made changes to logging calls (#79)emmauss
2018-04-06Fix typogdkchan
2018-04-06Fix possible regression on bsdgdkchan
2018-04-06Rename services with the official interface namesgdkchan
2018-03-20Rename IpcServices -> Servicesgdkchan
2018-03-19[WIP] Add support for events (#60)gdkchan
2018-03-15Improvements to audout (#58)gdkchan
2018-03-11Implement BSD Service (#54)Ac_K
2018-02-28More stubs (#47)Ac_K
2018-02-28Stubs implementations (#45)Ac_K