summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/partition_filesystem.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-251-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-4/+4
* pfs: Provide accessors for file sizes and offsetsZach Hilman2019-09-231-0/+6
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-4/+0
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+2
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* made ResultStatus a u16David Marcec2018-08-121-1/+1
* partition_filesystem: Ensure all class members of PartitionFilesystem are initializedLioncash2018-07-191-4/+6
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-15/+14
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-14/+15
* Virtual Filesystem (#597)Zach Hilman2018-07-061-15/+14
* Add support for decrypted NCA files (#567)Zach Hilman2018-06-211-1/+1
* Build: Fixed some MSVC warnings in various parts of the code.Subv2018-06-201-3/+3
* file_sys: tweaksshinyquagsire232018-04-161-2/+2
* file_sys: Add HFS/PFS helper componentshinyquagsire232018-04-161-0/+87