mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-20 20:53:25 -03: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