forked from dolphin-emu/dolphin
VideoCommon: Move some common initialization logic to RenderBase
This commit is contained in:
@@ -58,7 +58,7 @@ struct XFBSource final : public XFBSourceBase
|
||||
class FramebufferManager final : public FramebufferManagerBase
|
||||
{
|
||||
public:
|
||||
FramebufferManager();
|
||||
FramebufferManager(int target_width, int target_height);
|
||||
~FramebufferManager();
|
||||
|
||||
static D3DTexture2D*& GetEFBColorTexture();
|
||||
|
||||
Reference in New Issue
Block a user