mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
FramebufferManagerBase: Only allocate one layer for Real XFB.
This commit is contained in:
parent
a9364cd5db
commit
b109b31f61
6 changed files with 11 additions and 11 deletions
|
@ -75,7 +75,7 @@ protected:
|
|||
static unsigned int m_EFBLayers;
|
||||
|
||||
private:
|
||||
virtual XFBSourceBase* CreateXFBSource(unsigned int target_width, unsigned int target_height) = 0;
|
||||
virtual XFBSourceBase* CreateXFBSource(unsigned int target_width, unsigned int target_height, unsigned int layers) = 0;
|
||||
// TODO: figure out why OGL is different for this guy
|
||||
virtual void GetTargetSize(unsigned int *width, unsigned int *height, const EFBRectangle& sourceRc) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue