mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
VideoSoftware: Don't Init the PixelEngine twice
PixelEngine is initialized by InitializeShared()
This commit is contained in:
parent
3a85aa9817
commit
9d8f373016
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue