mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoCommon: Move some common initialization logic to RenderBase
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
namespace Null
|
||||
{
|
||||
// Init functions
|
||||
Renderer::Renderer()
|
||||
Renderer::Renderer() : ::Renderer(1, 1)
|
||||
{
|
||||
g_Config.bRunning = true;
|
||||
UpdateActiveConfig();
|
||||
|
||||
Reference in New Issue
Block a user