Warning fixes
This commit is contained in:
parent
ac2df14aa2
commit
e47138a5f3
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ protected:
|
|||
void CopyToCurrentFboFromDisplayRam(int srcwidth, int srcheight);
|
||||
|
||||
private:
|
||||
void CopyDisplayToOutputInternal();
|
||||
void CopyDisplayToOutputInternal() override;
|
||||
|
||||
bool framebufferDirty_;
|
||||
u32 displayFramebuf_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue