VertexLoaderManager: Return debug strings by value

This also renames AppendListToString to VertexLoadersToString.
This commit is contained in:
Lioncash
2017-03-26 22:52:10 -04:00
parent 9859533ab4
commit 9ebd84e54a
3 changed files with 11 additions and 7 deletions

View File

@ -30,7 +30,7 @@ NativeVertexFormatMap* GetNativeVertexFormatMap();
int RunVertices(int vtx_attr_group, int primitive, int count, DataReader src, bool is_preprocess);
// For debugging
void AppendListToString(std::string* dest);
std::string VertexLoadersToString();
NativeVertexFormat* GetCurrentVertexFormat();