citra/src/core/hle/service/fs
Mat M 8014c67faa
service: Resolve trivially avoidable copies (#5237)
* am/am: Avoid redundant copy in GetProgramInfoFromCia()

We can just use a reference to the title metadata. Avoids copying
several data entries and std::vector instances that don't need to be
copied.

* hle/service: Avoid redundant copying of std::string

GetUserPath() returns the path as a reference, so we can make use of
said reference to avoid making copies.
2020-04-19 09:24:37 +02:00
..
archive.cpp service: Resolve trivially avoidable copies (#5237) 2020-04-19 09:24:37 +02:00
archive.h Merge pull request #5213 from Subv/fs_resource 2020-04-18 13:22:21 +08:00
directory.cpp Serialize ArchiveManager and other code review actions 2020-03-29 18:56:25 +01:00
directory.h Serialize file/directory services 2020-02-13 17:42:08 +08:00
file.cpp Serialize ArchiveManager and other code review actions 2020-03-29 18:56:25 +01:00
file.h Serialize ArchiveManager and other code review actions 2020-03-29 18:56:25 +01:00
fs_user.cpp Merge pull request #5213 from Subv/fs_resource 2020-04-18 13:22:21 +08:00
fs_user.h Merge pull request #5213 from Subv/fs_resource 2020-04-18 13:22:21 +08:00