summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_offset.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-1/+1
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-3/+3
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-1/+1
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+1
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-13/+13
* vfs: Make type hierarchy objects classes instead of structsLioncash2018-08-121-1/+2
* RomFS ExtractionZach Hilman2018-07-281-1/+2
* file_util, vfs: Use std::string_view where applicableLioncash2018-07-221-1/+4
* vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const referenceLioncash2018-07-211-1/+1
* vfs_offset: std::move file and name parameters of OffsetVfsFileLioncash2018-07-201-1/+1
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-0/+46
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-46/+0
* Virtual Filesystem (#597)Zach Hilman2018-07-061-0/+46