diff options
| author | 2018-07-25 17:37:41 -0400 | |
|---|---|---|
| committer | 2018-07-25 17:37:43 -0400 | |
| commit | f9951352f6e3b931a1046a3a85a5b356ebd9bf5b (patch) | |
| tree | 8988e909b4754a20dc2a7dfdddd11b0afc862d2a /src/core/crypto/encryption_layer.cpp | |
| parent | service/nvdrv: Use std::move where applicable (diff) | |
| download | yuzu-f9951352f6e3b931a1046a3a85a5b356ebd9bf5b.tar.gz yuzu-f9951352f6e3b931a1046a3a85a5b356ebd9bf5b.tar.xz yuzu-f9951352f6e3b931a1046a3a85a5b356ebd9bf5b.zip | |
service/nvdrv: Take std::string in Open() by const reference
Avoids copies from being made, since the string is only ever used for
lookup, the data is never transfered anywhere.
Ideally, we'd use a std::string_view here, but devices is a
std::unordered_map, not a std::map, so we can't use heterogenous lookup
here.
Diffstat (limited to 'src/core/crypto/encryption_layer.cpp')
0 files changed, 0 insertions, 0 deletions