mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
SWVertexLoader: Remove GetIndexBuffer()
It's only ever used in one place internally and is arguably unnecessary.
This commit is contained in:
parent
4d2a4924cb
commit
29a362be43
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
|
||||
protected:
|
||||
void ResetBuffer(u32 stride) override;
|
||||
u16* GetIndexBuffer() { return &m_local_index_buffer[0]; }
|
||||
|
||||
private:
|
||||
void vFlush() override;
|
||||
std::vector<u8> m_local_vertex_buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue