mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-09 05:12:59 +01:00
We can avoid heap allocations here by just using a std::string_view instead of performing unnecessary copying of the string data.
We can avoid heap allocations here by just using a std::string_view instead of performing unnecessary copying of the string data.