mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 12:32:48 +00:00
0d0e9f626d
Also gets rid of an unnecessary std::string construction in a loop. std::string already has an operator+ overload to prepend characters.