mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-11 20:10:03 +00:00
* 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. |
||
---|---|---|
.. | ||
cecd.cpp | ||
cecd.h | ||
cecd_ndm.cpp | ||
cecd_ndm.h | ||
cecd_s.cpp | ||
cecd_s.h | ||
cecd_u.cpp | ||
cecd_u.h |