summaryrefslogtreecommitdiff
path: root/src/core/file_sys/partition_filesystem.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2023-09-21pfs: Fix reading filenames past the buffer endrkfg
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash
2019-10-13card_image: Implement system update commands in XCIZach Hilman
2019-09-22pfs: Provide accessors for file sizes and offsetsZach Hilman
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman
2018-09-19file-sys: Default heavy-weight class destructors in the cpp fileLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-07-29partition_filesystem: Remove dynamic_cast in PrintDebugInfo()Lioncash
2018-07-23partition_filesystem: Use std::move where applicableLioncash
2018-07-20partition_filesystem, vfs_real: Add missing standard includesLioncash
2018-07-20partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...Lioncash
2018-07-20partition_filesystem, vfs_real: Use std::distance() instead of subtractionLioncash
2018-07-19partition_filesystem: Return pfs_dirs member variable within GetSubdirectories()Lioncash
2018-07-18partition_filesystem: Ensure all class members of PartitionFilesystem are ini...Lioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash
2018-04-17file_sys: Use NGLOGshinyquagsire23
2018-04-16file_sys: tweaksshinyquagsire23
2018-04-16file_sys: Add HFS/PFS helper componentshinyquagsire23