mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-13 07:19:12 -05:00
88a973131c
We don't need to enforce the use of std::string instances with AddSetting(). We can accept views and only construct one string, rather than three temporaries.