mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 13:59:13 -05:00
1355b43fd2
In these cases, the given string is only ever compared against other string, so std::string can be turned into a std::string_view to allow non-allocating inputs.