fsmitm_romfsbuild: std::move std::vector instances in Build()
Avoids making copies of large std::vector instances where it's trivially avoidable to do so.
Loading
Please sign in to comment
Avoids making copies of large std::vector instances where it's trivially avoidable to do so.