aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-03-31HLE: Refactoring of ApplicationLoader (#4480)Ac_K
2023-03-01Update LibHac to 0.18.0 (#4414)Steveice10
2023-01-18Optimize string memory usage. Use Spans and StringBuilders where possible (#3...Andrey Sukharev
2023-01-18HOS: Load RomFs by pid (#4301)Ac_K
2022-11-23Update to LibHac 0.17.0 (#3878)Alex Barney
2022-03-22hle: Some cleanup (#3210)Ac_K
2022-02-02Try to ensure save data always has a valid owner ID (#3057)Alex Barney
2022-01-12Update to LibHac 0.15.0 (#2986)Alex Barney
2021-12-23Update to LibHac v0.14.3 (#2925)Alex Barney
2021-08-26Bugfix LibHac update to 0.13.3 and remove SD card workaround (#2579)Alex Barney
2021-08-17Always use an all-zeros key for AES-XTS file systems (#2561)Alex Barney
2021-08-12Update to LibHac 0.13.1 (#2475)Alex Barney
2021-07-13Revert LibHac updateMary
2021-07-13Update to LibHac 0.13.1 (#2328)Alex Barney
2021-03-15Implement friendlier portable mode (#1885)mageven
2021-01-11Only attempt to import common tickets. (#1886)Steven Smith
2020-09-01Update to LibHac 0.12.0 (#1485)Alex Barney
2020-08-30Allow launching with custom data directories (#1505)mageven
2020-07-09Implement modding support (#1249)mageven
2020-05-15Refactor out Application details from Horizon (#1236)mageven
2020-03-10Insert the SD card by default (#968)Alex Barney
2020-03-03Add support for cache storage (#936)Alex Barney
2020-01-24Make VirtualFileSystem only instanciable once (#901)Thog
2020-01-21Keep the GUI alive when closing a game (#888)Thog
2020-01-05Rename "RyuFs" directory to "Ryujinx" and use the same savedata system the Sw...Alex Barney
2019-09-08Implement basic support of SystemSaveData and Cleanup IFileSystemProxy (#767)Ac_K
2019-09-02Added GUI to Ryujinx (#695)Xpl0itR
2018-12-06Adjust naming conventions and general refactoring in HLE Project (#527)Alex Barney
2018-12-04Revert "Adjust naming conventions and general refactoring in HLE Project (#49...gdkchan
2018-12-04Adjust naming conventions and general refactoring in HLE Project (#490)Alex Barney
2018-11-19ContentServices: Handle null LocationEntry Path in VerifyContentType (#506)jduncanator
2018-11-18Implement ContentManager and related services (#438)emmauss
2018-09-08Implements proper save path (#386)emmauss