Files
suyu/src/core/hle/service
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
..
2018-10-19 04:12:28 -04:00
2018-11-19 08:12:25 -05:00
2018-10-23 19:28:17 -04:00
2018-10-19 04:00:41 -04:00
2018-08-23 18:31:45 -04:00
2018-10-21 22:03:25 -04:00