yuzu/src/core/hle/service/sm
Lioncash b0df09335c
service/sm: Take std::string by const reference in UnregisterService
Avoids the need to create a copy of the std::string instance
(potentially allocating).

The only reason RegisterService takes its argument by value is because
it's std::moved internally.
2018-11-24 00:08:13 -05:00
..
controller.cpp service: Add missing headers inclusions where applicable 2018-09-25 17:14:38 -04:00
controller.h core/core: Remove unnecessary sm/controller include 2018-09-06 14:38:39 -04:00
sm.cpp service/sm: Take std::string by const reference in UnregisterService 2018-11-24 00:08:13 -05:00
sm.h service/sm: Take std::string by const reference in UnregisterService 2018-11-24 00:08:13 -05:00