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:
@ -69,7 +69,7 @@ class Renderer : public ::Renderer
|
||||
{
|
||||
public:
|
||||
Renderer();
|
||||
~Renderer();
|
||||
~Renderer() override;
|
||||
|
||||
void Init();
|
||||
void Shutdown();
|
||||
|
Reference in New Issue
Block a user