aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/FileSystem
AgeCommit message (Expand)AuthorFilesLines
2023-03-31HLE: Refactoring of ApplicationLoader (#4480)1.1.689Ac_K1-3/+3
2023-03-17Reducing memory allocations (#4537)1.1.668jhorv1-5/+6
2023-03-01Update LibHac to 0.18.0 (#4414)1.1.647Steveice103-18/+19
2023-02-08Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexStrin...1.1.608Berkan Diler1-1/+1
2023-01-18Optimize string memory usage. Use Spans and StringBuilders where possible (#3...1.1.572Andrey Sukharev1-2/+2
2023-01-18HOS: Load RomFs by pid (#4301)1.1.571Ac_K1-7/+31
2022-12-07hle: Do not add disabled AoC item to the list (#4044)1.1.443Ac_K1-21/+15
2022-11-23Update to LibHac 0.17.0 (#3878)1.1.372Alex Barney1-3/+6
2022-11-09infra: Migrate to .NET 7 (#3795)1.1.339Mary-nyan1-4/+4
2022-08-17Removed extra semicolons. (#3594)1.1.220Nicholas Rodine1-2/+2
2022-03-22hle: Some cleanup (#3210)1.1.83Ac_K14-268/+126
2022-02-13Use Enum and Delegate.CreateDelegate generic overloads (#3111)1.1.27Berkan Diler1-1/+1
2022-02-02Try to ensure save data always has a valid owner ID (#3057)1.1.16Alex Barney1-1/+3
2022-01-13ssl: Implement SSL connectivity (#2961)Mary1-0/+2
2022-01-12Update to LibHac 0.15.0 (#2986)Alex Barney3-5/+11
2021-12-23Update to LibHac v0.14.3 (#2925)Alex Barney3-62/+78
2021-10-24hle: Improve safety (#2778)Mary1-4/+5
2021-09-15hos: Cleanup the project (#2634)Ac_K1-1/+1
2021-08-26Bugfix LibHac update to 0.13.3 and remove SD card workaround (#2579)Alex Barney1-3/+0
2021-08-20Clean the SD card save directory when opening the emulator (#2564)Alex Barney1-34/+1
2021-08-17Always use an all-zeros key for AES-XTS file systems (#2561)Alex Barney2-0/+65
2021-08-12Update to LibHac 0.13.1 (#2475)Alex Barney4-111/+357
2021-07-13Revert LibHac updateMary4-293/+102
2021-07-13Update to LibHac 0.13.1 (#2328)Alex Barney4-102/+293
2021-05-16misc: Move configuration management to the Ryujinx project (#2269)Mary1-17/+11
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary2-19/+19
2021-03-15Implement friendlier portable mode (#1885)mageven1-2/+2
2021-01-26Initial Setup: Reload keys before verifying firmware (#1955)mageven1-0/+9
2021-01-11Only attempt to import common tickets. (#1886)Steven Smith1-1/+4
2020-09-01Update to LibHac 0.12.0 (#1485)Alex Barney3-4/+6
2020-08-30Allow launching with custom data directories (#1505)mageven1-27/+10
2020-08-04Improved Logger (#1292)mageven1-5/+5
2020-07-09Implement modding support (#1249)mageven1-1/+13
2020-06-23Import DLC title key from ticket when loading into content manager (#1318)Xpl0itR1-0/+6
2020-06-23Implement dlc management window (#1313)Xpl0itR1-1/+12
2020-06-20Implement aoc:u and support loading AddOnContent (#1221)mageven1-0/+103
2020-05-15Refactor out Application details from Horizon (#1236)mageven2-4/+21
2020-03-30Reduce requirements for running homebrew (#1053)Thog1-0/+16
2020-03-25Add IMultiCommitManager (#1011)Alex Barney1-9/+10
2020-03-10Insert the SD card by default (#968)Alex Barney1-0/+2
2020-03-03Add support for cache storage (#936)Alex Barney1-0/+2
2020-02-02Fix inconsistencies with UserId (#906)Thog1-3/+3
2020-01-24Make VirtualFileSystem only instanciable once (#901)Thog1-1/+15
2020-01-21Keep the GUI alive when closing a game (#888)Thog3-35/+120
2020-01-13Fix race condition in ContentManager (#884)Thog1-109/+138
2020-01-12System firmware installer (#791)emmauss2-14/+600
2020-01-05Rename "RyuFs" directory to "Ryujinx" and use the same savedata system the Sw...Alex Barney1-3/+3
2019-10-17Update to LibHac 0.6.0 (#792)Alex Barney3-24/+25
2019-10-08Update time implementation to 9.0.0 (#783)Thomas Guillemard1-2/+2
2019-09-08Implement basic support of SystemSaveData and Cleanup IFileSystemProxy (#767)Ac_K4-56/+85