mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-30 05:52:02 +02: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.