mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Remove VertexLoader::ToString
This commit is contained in:
parent
bc7da726a5
commit
b6149623aa
9 changed files with 12 additions and 81 deletions
|
@ -19,7 +19,6 @@ public:
|
|||
VertexLoaderARM64(const TVtxDesc& vtx_desc, const VAT& vtx_att);
|
||||
|
||||
protected:
|
||||
std::string GetName() const override { return "VertexLoaderARM64"; }
|
||||
bool IsInitialized() override { return true; }
|
||||
int RunVertices(DataReader src, DataReader dst, int count) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue