mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
VertexLoader: avoid empty lines in perf-$pid.map
This commit is contained in:
parent
c54534ee3b
commit
2559a6f25c
2 changed files with 3 additions and 2 deletions
|
@ -120,7 +120,7 @@ void VertexLoaderBase::AppendToString(std::string *dest) const
|
|||
i, m_VtxAttr.texCoord[i].Elements, posMode[tex_mode[i]], posFormats[m_VtxAttr.texCoord[i].Format]));
|
||||
}
|
||||
}
|
||||
dest->append(StringFromFormat(" - %i v\n", m_numLoadedVertices));
|
||||
dest->append(StringFromFormat(" - %i v", m_numLoadedVertices));
|
||||
}
|
||||
|
||||
// a hacky implementation to compare two vertex loaders
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue