mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-24 20:20:08 +00:00

Given these functions aren't intended to be used frequently, there's no need to keep the std::string instances allocated for the whole lifetime of the program. It's just a waste of memory.