aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs_offset.h
AgeCommit message (Expand)Author
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-03core: Remove unused includesameerj
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-09-19file-sys: Default heavy-weight class destructors in the cpp fileLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash
2018-07-27RomFS ExtractionZach Hilman
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-20vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...Lioncash
2018-07-20vfs_offset: std::move file and name parameters of OffsetVfsFileLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman