mirror of https://github.com/PCSX2/pcsx2.git
GS-sw: Fix Winconsistent-missing-override warning.
This commit is contained in:
parent
3a048dafab
commit
f565014203
|
@ -75,7 +75,7 @@ protected:
|
||||||
void Draw() override;
|
void Draw() override;
|
||||||
void Queue(GSRingHeap::SharedPtr<GSRasterizerData>& item);
|
void Queue(GSRingHeap::SharedPtr<GSRasterizerData>& item);
|
||||||
void Sync(int reason);
|
void Sync(int reason);
|
||||||
void ExpandTarget(const GIFRegBITBLTBUF& BITBLTBUF, const GSVector4i& r);
|
void ExpandTarget(const GIFRegBITBLTBUF& BITBLTBUF, const GSVector4i& r) override;
|
||||||
void InvalidateVideoMem(const GIFRegBITBLTBUF& BITBLTBUF, const GSVector4i& r, bool eewrite = false) override;
|
void InvalidateVideoMem(const GIFRegBITBLTBUF& BITBLTBUF, const GSVector4i& r, bool eewrite = false) override;
|
||||||
void InvalidateLocalMem(const GIFRegBITBLTBUF& BITBLTBUF, const GSVector4i& r, bool clut = false) override;
|
void InvalidateLocalMem(const GIFRegBITBLTBUF& BITBLTBUF, const GSVector4i& r, bool clut = false) override;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue