summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_offset.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-04core: Remove unused includesameerj1-1/+0
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-1/+1
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-3/+3
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-1/+1
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+1
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-13/+13
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash1-1/+2
2018-07-28RomFS ExtractionZach Hilman1-1/+2
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash1-1/+4
2018-07-21vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const referenceLioncash1-1/+1
2018-07-20vfs_offset: std::move file and name parameters of OffsetVfsFileLioncash1-1/+1
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+46
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-46/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+46