summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_real.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-09file_util: Use enum instead of bool for specifing path behaviorZach Hilman1-17/+27
2018-08-09vfs: Add unreachable assert to file permissions converterZach Hilman1-1/+3
2018-08-09vfs: Add RealVfsFilesystem implementationZach Hilman1-75/+252
2018-07-28RomFS ExtractionZach Hilman1-0/+6
2018-07-24VFS Regression and Accuracy Fixes (#776)Zach Hilman1-20/+27
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash1-18/+39
2018-07-22file_util: Use a u64 to represent number of entriesLioncash1-3/+3
2018-07-21vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories()Lioncash1-2/+3
2018-07-21partition_filesystem, vfs_real: Add missing standard includesLioncash1-0/+1
2018-07-21partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicableLioncash1-1/+2
2018-07-21partition_filesystem, vfs_real: Use std::distance() instead of subtractionLioncash1-2/+5
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+177
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-168/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+168