8014c67faa
* 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. |
||
---|---|---|
.. | ||
am.cpp | ||
am.h | ||
am_app.cpp | ||
am_app.h | ||
am_net.cpp | ||
am_net.h | ||
am_sys.cpp | ||
am_sys.h | ||
am_u.cpp | ||
am_u.h |