mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VertexLoader: avoid empty lines in perf-$pid.map
This commit is contained in:
@ -109,7 +109,8 @@ void AppendListToString(std::string *dest)
|
||||
dest->reserve(dest->size() + total_size);
|
||||
for (const entry& entry : entries)
|
||||
{
|
||||
dest->append(entry.text);
|
||||
*dest += entry.text;
|
||||
*dest += '\n';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user