mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-05 14:00:43 -04:00
This variable isn't std::moved anywhere and is just read out of into a string. Instead of making a copy, and then another copy of the data into a std::string, we can take it by reference, only copying the data once.
8.5 KiB
8.5 KiB