mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VideoSW: fix some warnings
This commit is contained in:
parent
dbe7e6634d
commit
98ea1f773a
2 changed files with 2 additions and 15 deletions
|
@ -26,7 +26,7 @@ public:
|
|||
NativeVertexFormat* CreateNativeVertexFormat(const PortableVertexDeclaration& vdec) override;
|
||||
|
||||
protected:
|
||||
virtual void ResetBuffer(u32 stride);
|
||||
void ResetBuffer(u32 stride) override;
|
||||
u16* GetIndexBuffer() { return &LocalIBuffer[0]; }
|
||||
private:
|
||||
void vFlush(bool useDstAlpha) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue