summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/partition_filesystem.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-1/+0
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-4/+4
2019-10-13card_image: Implement system update commands in XCIZach Hilman1-2/+2
2019-09-23pfs: Provide accessors for file sizes and offsetsZach Hilman1-0/+11
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-15/+1
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-5/+5
2018-08-10loader: Add more descriptive errorsZach Hilman1-4/+4
2018-07-29partition_filesystem: Remove dynamic_cast in PrintDebugInfo()Lioncash1-3/+2
2018-07-24partition_filesystem: Use std::move where applicableLioncash1-3/+3
2018-07-21partition_filesystem, vfs_real: Add missing standard includesLioncash1-0/+3
2018-07-21partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicableLioncash1-1/+1
2018-07-21partition_filesystem, vfs_real: Use std::distance() instead of subtractionLioncash1-2/+5
2018-07-20partition_filesystem: Return pfs_dirs member variable within GetSubdirectories()Lioncash1-1/+1
2018-07-19partition_filesystem: Ensure all class members of PartitionFilesystem are initializedLioncash1-20/+9
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-74/+62
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-62/+74
2018-07-06Virtual Filesystem (#597)Zach Hilman1-74/+62
2018-07-03Update clang formatJames Rowe1-2/+2
2018-07-03Rename logging macro back to LOG_*James Rowe1-4/+4
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman1-3/+15
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv1-3/+3
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash1-2/+1
2018-04-17file_sys: Use NGLOGshinyquagsire231-5/+5
2018-04-16file_sys: tweaksshinyquagsire231-4/+5
2018-04-16file_sys: Add HFS/PFS helper componentshinyquagsire231-0/+124