Skip to content
GitLab
Explore
Sign in
suyu
src
core
file_sys
vfs_real.cpp
Find file
Blame
History
Permalink
vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories()
· b46c0ed1
Lioncash
authored
Jul 20, 2018
We already return by value, so we don't explicitly need to make the copy.
b46c0ed1
Loading