mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
FramebufferManagerBase: Remove obsolete parameters.
This commit is contained in:
parent
49137c7c2c
commit
46bb4fd364
7 changed files with 14 additions and 14 deletions
|
@ -93,7 +93,7 @@ public:
|
|||
|
||||
private:
|
||||
XFBSourceBase* CreateXFBSource(unsigned int target_width, unsigned int target_height, unsigned int layers) override;
|
||||
void GetTargetSize(unsigned int *width, unsigned int *height, const EFBRectangle& sourceRc) override;
|
||||
void GetTargetSize(unsigned int *width, unsigned int *height) override;
|
||||
|
||||
void CopyToRealXFB(u32 xfbAddr, u32 fbWidth, u32 fbHeight, const EFBRectangle& sourceRc,float Gamma) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue