aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs.h
AgeCommit message (Expand)Author
2018-08-01Remove files that are not usedZach Hilman
2018-07-27RomFS ExtractionZach Hilman
2018-07-22vfs: Correct file_p variable usage within InterpretAsDirectory()Lioncash
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: Use variable template variants of std::is_trivially_copyableLioncash
2018-07-20vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...Lioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman