mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-02 10:17:51 -05:00
The benefit of std::string_view comes from the idea of avoiding copies (essentially acting as a non-owning view), however if we're just going to copy into a local variable immediately, there's not much benefit gained here.