mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-15 22:40:07 +00:00

These can just use a view to a string since its only comparing against two names in both cases for matches. This avoids constructing std::string instances where they aren't necessary.