summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/partition_filesystem.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* pfs: Fix reading filenames past the buffer endrkfg2023-09-211-0/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-1/+0
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-4/+4
* card_image: Implement system update commands in XCIZach Hilman2019-10-131-2/+2
* pfs: Provide accessors for file sizes and offsetsZach Hilman2019-09-231-0/+11
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-15/+1
* 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-5/+5
* loader: Add more descriptive errorsZach Hilman2018-08-101-4/+4
* partition_filesystem: Remove dynamic_cast in PrintDebugInfo()Lioncash2018-07-291-3/+2
* partition_filesystem: Use std::move where applicableLioncash2018-07-241-3/+3
* partition_filesystem, vfs_real: Add missing standard includesLioncash2018-07-211-0/+3
* partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicableLioncash2018-07-211-1/+1
* partition_filesystem, vfs_real: Use std::distance() instead of subtractionLioncash2018-07-211-2/+5
* partition_filesystem: Return pfs_dirs member variable within GetSubdirectories()Lioncash2018-07-201-1/+1
* partition_filesystem: Ensure all class members of PartitionFilesystem are initializedLioncash2018-07-191-20/+9
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-74/+62
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-62/+74
* Virtual Filesystem (#597)Zach Hilman2018-07-061-74/+62
* Update clang formatJames Rowe2018-07-031-2/+2
* Rename logging macro back to LOG_*James Rowe2018-07-031-4/+4
* Add support for decrypted NCA files (#567)Zach Hilman2018-06-211-3/+15
* Build: Fixed some MSVC warnings in various parts of the code.Subv2018-06-201-3/+3
* file-sys: Move logging macros over to the new fmt-capable onesLioncash2018-04-251-2/+1
* file_sys: Use NGLOGshinyquagsire232018-04-171-5/+5
* file_sys: tweaksshinyquagsire232018-04-161-4/+5
* file_sys: Add HFS/PFS helper componentshinyquagsire232018-04-161-0/+124