mirror of https://github.com/yuzu-mirror/yuzu
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.pull/8/head
parent
f7a1827aaa
commit
b0df09335c
Loading…
Reference in New Issue