yuzu/src/core/hle/service/am/applets
Lioncash 03d5a5d9de software_keyboard: Resolve a pessimizing move warning
A std::vector created in place like this is already an rvalue and
doesn't need to be moved.
2020-08-14 09:14:54 -04:00
..
applets.cpp hle: services: Use std::shared_ptr instead of copy by value. 2020-02-07 23:02:26 -05:00
applets.h hle: services: Use std::shared_ptr instead of copy by value. 2020-02-07 23:02:26 -05:00
error.cpp hle: services: Use std::shared_ptr instead of copy by value. 2020-02-07 23:02:26 -05:00
error.h service/am: Remove usages of global system accessors 2019-09-04 20:38:43 -04:00
general_backend.cpp hle: services: Use std::shared_ptr instead of copy by value. 2020-02-07 23:02:26 -05:00
general_backend.h service/am: Remove usages of global system accessors 2019-09-04 20:38:43 -04:00
profile_select.cpp hle: services: Use std::shared_ptr instead of copy by value. 2020-02-07 23:02:26 -05:00
profile_select.h service/am: Remove usages of global system accessors 2019-09-04 20:38:43 -04:00
software_keyboard.cpp software_keyboard: Resolve a pessimizing move warning 2020-08-14 09:14:54 -04:00
software_keyboard.h swkbd: Return result for Calc request for inlined swkbd 2020-07-19 18:56:16 +10:00
web_browser.cpp General: Tidy up clang-format warnings part 2 2020-08-13 14:19:08 -04:00
web_browser.h service/am: Remove usages of global system accessors 2019-09-04 20:38:43 -04:00