aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Fs
AgeCommit message (Expand)Author
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-09-01Update to LibHac 0.12.0 (#1485)Alex Barney
2020-08-08Forward OpenSaveDataInfoReaderOnlyCacheStorage to OpenSaveDataInfoReaderWithF...Alex Barney
2020-08-04Improved Logger (#1292)mageven
2020-07-31fs: stub ReadSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute (#1443)Mary
2020-06-20Implement aoc:u and support loading AddOnContent (#1221)mageven
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-03-25Add IMultiCommitManager (#1011)Alex Barney
2020-03-03Add support for cache storage (#936)Alex Barney
2020-01-27Fix OpenBisFileSystem wrong buffer type (#909)Thog
2020-01-21Keep the GUI alive when closing a game (#888)Thog
2020-01-16Update to LibHac 0.8.2 (#889)Alex Barney
2020-01-12Call EnsureApplicationSaveData when launching a game (#871)Alex Barney
2020-01-05Rename "RyuFs" directory to "Ryujinx" and use the same savedata system the Sw...Alex Barney
2019-12-26Fix LibHac.IStorage not being disposed in FileSystem proxy (#851)Thog
2019-10-17Update to LibHac 0.6.0 (#792)Alex Barney
2019-09-19Refactoring HOS folder structure (#771)Ac_K