mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: Move some common initialization logic to RenderBase
This commit is contained in:
@ -28,7 +28,7 @@ class Renderer : public ::Renderer
|
||||
{
|
||||
public:
|
||||
Renderer(std::unique_ptr<SwapChain> swap_chain);
|
||||
~Renderer();
|
||||
~Renderer() override;
|
||||
|
||||
static Renderer* GetInstance();
|
||||
|
||||
|
Reference in New Issue
Block a user