mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01: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.