citra/src/core/hle/service/am
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
..
am.cpp service: Resolve trivially avoidable copies (#5237) 2020-04-19 09:24:37 +02:00
am.h More cleaning up 2020-03-29 19:07:56 +01:00
am_app.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_app.h clang-format fixes 2020-02-13 17:39:15 +08:00
am_net.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_net.h clang-format fixes 2020-02-13 17:39:15 +08:00
am_sys.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_sys.h clang-format fixes 2020-02-13 17:39:15 +08:00
am_u.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_u.h clang-format fixes 2020-02-13 17:39:15 +08:00