summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_vector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vfs_vector: Remove unused variable in FindAndRemoveVectorElement()Lioncash2018-08-021-2/+2
| | | | This wasn't being used for anything, so it can be removed.
* vfs_vector: Avoid unnecessary copies where applicableLioncash2018-08-021-2/+5
| | | | | The lambda elements should be taken by const reference here, and we can move the virtual directory passed to ReplaceFileWithSubdirectory()
* RomFS ExtractionZach Hilman2018-07-281-0/+83