VideoSW: fix some warnings

This commit is contained in:
Tillmann Karras 2016-01-09 10:37:09 +01:00
commit 98ea1f773a
2 changed files with 2 additions and 15 deletions

View file

@ -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;