summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs/vfs.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi1-6/+5
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi1-1/+1
2023-10-03ci: fix new codespell errorsLiam1-1/+1
2023-03-12general: fix spelling mistakesLiam1-8/+8
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash1-3/+15
2021-11-04core: Remove unused includesameerj1-1/+0
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph1-0/+3
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-22/+22
2018-12-27vfs: Add reinterpret_casts to WriteArray and ObjectZach Hilman1-2/+2
2018-12-01file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by defaultLioncash1-0/+5
2018-12-01service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash1-4/+11
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-3/+5
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-28/+0
2018-10-07vfs: Move forward declarations to separate fileZach Hilman1-9/+1
2018-09-26vfs/etc: Append std:: to size_t usagesLioncash1-4/+5
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-1/+4
2018-09-22vfs: Add and rewite VfsRawCopy functionsZach Hilman1-2/+4
2018-09-22vfs: Add GetEntries methodZach Hilman1-0/+5
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-16/+16
2018-08-23vfs: Add GetOrCreateDirectoryRelative methodZach Hilman1-0/+4
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash1-2/+3
2018-08-12vfs: Make VfsFilesystem constructor explicitLioncash1-1/+1
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash1-7/+11
2018-08-09vfs: Fix documentationZach Hilman1-2/+2
2018-08-09vfs: Fix typo in VfsFilesystem docsZach Hilman1-1/+1
2018-08-09vfs: Add VfsFilesystem interface and default implementationZach Hilman1-3/+63
2018-08-01Remove files that are not usedZach Hilman1-0/+3
2018-07-28RomFS ExtractionZach Hilman1-0/+20
2018-07-22vfs: Correct file_p variable usage within InterpretAsDirectory()Lioncash1-2/+5
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash1-25/+25
2018-07-21vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const referenceLioncash1-1/+1
2018-07-21vfs: Use variable template variants of std::is_trivially_copyableLioncash1-13/+6
2018-07-21vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualifiedLioncash1-3/+3
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+237
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-220/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+220