summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/partition_filesystem.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-4/+4
2019-09-23pfs: Provide accessors for file sizes and offsetsZach Hilman1-0/+6
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-4/+0
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+2
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-08-12made ResultStatus a u16David Marcec1-1/+1
2018-07-19partition_filesystem: Ensure all class members of PartitionFilesystem are initializedLioncash1-4/+6
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-15/+14
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-14/+15
2018-07-06Virtual Filesystem (#597)Zach Hilman1-15/+14
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman1-1/+1
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv1-3/+3
2018-04-16file_sys: tweaksshinyquagsire231-2/+2
2018-04-16file_sys: Add HFS/PFS helper componentshinyquagsire231-0/+87