mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 05:29:13 -06:00

Also gets rid of an unnecessary std::string construction in a loop. std::string already has an operator+ overload to prepend characters.
Also gets rid of an unnecessary std::string construction in a loop. std::string already has an operator+ overload to prepend characters.