summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ci: fix new codespell errorsLiam2023-10-031-1/+1
* general: fix spelling mistakesLiam2023-03-121-8/+8
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Replace NonCopyable struct with equivalentsLioncash2022-02-021-3/+15
* core: Remove unused includesameerj2021-11-041-1/+0
* vfs: Partially implement GetFileTimeStampRawMorph2021-09-141-0/+3
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-22/+22
* vfs: Add reinterpret_casts to WriteArray and ObjectZach Hilman2018-12-271-2/+2
* file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by defaultLioncash2018-12-011-0/+5
* service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash2018-12-011-4/+11
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-3/+5
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-28/+0
* vfs: Move forward declarations to separate fileZach Hilman2018-10-071-9/+1
* vfs/etc: Append std:: to size_t usagesLioncash2018-09-261-4/+5
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-1/+4
* vfs: Add and rewite VfsRawCopy functionsZach Hilman2018-09-221-2/+4
* vfs: Add GetEntries methodZach Hilman2018-09-221-0/+5
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-16/+16
* vfs: Add GetOrCreateDirectoryRelative methodZach Hilman2018-08-231-0/+4
* vfs: Replace mode.h include with forward declarations where applicableLioncash2018-08-211-2/+3
* vfs: Make VfsFilesystem constructor explicitLioncash2018-08-121-1/+1
* vfs: Make type hierarchy objects classes instead of structsLioncash2018-08-121-7/+11
* vfs: Fix documentationZach Hilman2018-08-091-2/+2
* vfs: Fix typo in VfsFilesystem docsZach Hilman2018-08-091-1/+1
* vfs: Add VfsFilesystem interface and default implementationZach Hilman2018-08-091-3/+63
* Remove files that are not usedZach Hilman2018-08-011-0/+3
* RomFS ExtractionZach Hilman2018-07-281-0/+20
* vfs: Correct file_p variable usage within InterpretAsDirectory()Lioncash2018-07-221-2/+5
* file_util, vfs: Use std::string_view where applicableLioncash2018-07-221-25/+25
* vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const referenceLioncash2018-07-211-1/+1
* vfs: Use variable template variants of std::is_trivially_copyableLioncash2018-07-211-13/+6
* vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualifiedLioncash2018-07-211-3/+3
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-0/+237
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-220/+0
* Virtual Filesystem (#597)Zach Hilman2018-07-061-0/+220