aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/FspSrv/IStorage.cs
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-03-20Rename IpcServices -> Servicesgdkchan
2018-03-19[WIP] Add support for events (#60)gdkchan
2018-02-25Implement many objects, improve logging. (#42)Ac_K