1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-29 15:36:32 -05:00
Files
suyu-mirror/src/core
Lioncash f9951352f6 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.
2018-07-25 17:37:43 -04:00
..
2018-07-02 21:45:47 -04:00
2018-07-22 15:55:17 +01:00
2018-07-22 15:55:17 +01:00
2018-07-22 15:55:17 +01:00
2018-07-22 15:55:17 +01:00