mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoSoftware: Don't Init the PixelEngine twice
PixelEngine is initialized by InitializeShared()
This commit is contained in:
@ -142,7 +142,6 @@ bool VideoSoftware::Initialize(void* window_handle)
|
|||||||
|
|
||||||
SWOGLWindow::Init(window_handle);
|
SWOGLWindow::Init(window_handle);
|
||||||
|
|
||||||
PixelEngine::Init();
|
|
||||||
Clipper::Init();
|
Clipper::Init();
|
||||||
Rasterizer::Init();
|
Rasterizer::Init();
|
||||||
SWRenderer::Init();
|
SWRenderer::Init();
|
||||||
|
Reference in New Issue
Block a user