aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/FileSystem
AgeCommit message (Expand)Author
2024-07-16Add support for multi game XCIs (second try) (#6515)TSRBerry
2024-04-07Enhance Error Handling with Try-Pattern Refactoring (#6610)Marco Carvalho
2024-01-24Use unix timestamps on GetFileTimeStampRaw (#6169)gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-11-15Migrate to .NET 8 (#5887)Zoltan Csizmadia
2023-11-11Revert "Add support for multi game XCIs (#5638)" (#5914)gdkchan
2023-11-11Add support for multi game XCIs (#5638)TSRBerry
2023-10-24Fix loading tickets from a Sha256PartitionFileSystem (#5844)Alex Barney
2023-10-23Fix the AOC manager using incorrect paths (#5840)Alex Barney
2023-10-22Update to LibHac 0.19.0 (#5831)Alex Barney
2023-10-05Strings should not be concatenated using '+' in a loop (#5664)Marco Carvalho
2023-07-16[Ryujinx.HLE] Address dotnet-format issues (#5380)TSRBerry
2023-07-07[Ryujinx.Ava] Address dotnet-format issues (#5361)TSRBerry
2023-06-28Apply new naming rule to all projects except Vp9 (#5407)TSRBerry
2023-06-09Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'Co...Marco Carvalho
2023-04-27Move solution and projects to srcTSR Berry