summaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs_offset.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-251-98/+0
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* file_sys: Resolve cases of variable shadowingGravatar Lioncash2021-05-021-2/+2
* vfs: Use existing type aliases consistentlyGravatar Lioncash2020-12-101-2/+2
* General: Make use of std::nullopt where applicableGravatar Lioncash2020-09-221-3/+4
* global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-301-2/+2
* file-sys: Default heavy-weight class destructors in the cpp fileGravatar Lioncash2018-09-191-0/+2
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-12/+12
* RomFS ExtractionGravatar Zach Hilman2018-07-271-3/+4
* file_util, vfs: Use std::string_view where applicableGravatar Lioncash2018-07-221-1/+1
* vfs_offset: Simplify TrimToFit()Gravatar Lioncash2018-07-201-1/+2
* vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...Gravatar Lioncash2018-07-201-1/+1
* vfs_offset: std::move file and name parameters of OffsetVfsFileGravatar Lioncash2018-07-201-2/+4
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-0/+92
* Revert "Virtual Filesystem (#597)"Gravatar bunnei2018-07-071-92/+0
* Virtual Filesystem (#597)Gravatar Zach Hilman2018-07-061-0/+92