mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
VertexLoaderManager: Return debug strings by value
This also renames AppendListToString to VertexLoadersToString.
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user