mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
SWVertexLoader: Remove GetIndexBuffer()
It's only ever used in one place internally and is arguably unnecessary.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user