index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Ryujinx.HLE
/
FileSystem
Age
Commit message (
Expand
)
Author
2024-07-16
Add support for multi game XCIs (second try) (#6515)
TSRBerry
2024-04-07
Enhance Error Handling with Try-Pattern Refactoring (#6610)
Marco Carvalho
2024-01-24
Use unix timestamps on GetFileTimeStampRaw (#6169)
gdkchan
2023-12-04
editorconfig: Set default encoding to UTF-8 (#5793)
TSRBerry
2023-11-15
Migrate to .NET 8 (#5887)
Zoltan Csizmadia
2023-11-11
Revert "Add support for multi game XCIs (#5638)" (#5914)
gdkchan
2023-11-11
Add support for multi game XCIs (#5638)
TSRBerry
2023-10-24
Fix loading tickets from a Sha256PartitionFileSystem (#5844)
Alex Barney
2023-10-23
Fix the AOC manager using incorrect paths (#5840)
Alex Barney
2023-10-22
Update to LibHac 0.19.0 (#5831)
Alex Barney
2023-10-05
Strings 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-28
Apply new naming rule to all projects except Vp9 (#5407)
TSRBerry
2023-06-09
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'Co...
Marco Carvalho
2023-04-27
Move solution and projects to src
TSR Berry