aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Ipc
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-04Fix ILibraryAppletCreator CreateStorage, implement Write on IStorageAccessorgdkchan
2018-06-02Use GetBufferType0x21 on TransactParcelAuto aswellgdkchan
2018-06-02SMO stubs and implementations (#129)Starlet
2018-05-07NvServices refactoring (#120)gdkchan
2018-04-25Some small sync primitive fixes, logging fixes, started to implement the 2D e...gdkchan
2018-04-24Improved logging (#103)gdkchan
2018-04-04Fix GetAvailableLanguageCodes, stub ListAddOnContent and NvGpuAsIoctlRemap (0...gdkchan
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-10Allow to enable/disable memory checks even on release mode through the flag, ...gdkchan
2018-02-25Implement many objects, improve logging. (#42)Ac_K
2018-02-25Refactor IPC services to have commands into separate classes, fix readme urlgdkchan
2018-02-24Update IpcMessage.cs (#38)Ac_K
2018-02-24Update IpcHandler.cs (#39)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