mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
VertexLoaderBase: Return debug strings by value
An out parameter for this sort of thing is a C++03 hold-over. This also renames AppendToString to ToString.
This commit is contained in:
@ -67,7 +67,7 @@ public:
|
||||
virtual bool IsInitialized() = 0;
|
||||
|
||||
// For debugging / profiling
|
||||
void AppendToString(std::string* dest) const;
|
||||
std::string ToString() const;
|
||||
|
||||
virtual std::string GetName() const = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user