mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Remove unnecessary virtual keywords
This commit is contained in:
@ -20,7 +20,7 @@ public:
|
||||
void DestroyDeviceObjects() override;
|
||||
|
||||
protected:
|
||||
virtual void ResetBuffer(u32 stride) override;
|
||||
void ResetBuffer(u32 stride) override;
|
||||
u16* GetIndexBuffer() { return &LocalIBuffer[0]; }
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user