summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorEmptyChaos <EmptyChaos@users.noreply.github.com>2016-09-03 05:12:41 +0000
committerEmptyChaos <EmptyChaos@users.noreply.github.com>2016-09-03 15:12:41 +1000
commit9d8f37301624681685c479e976d26f3d266c1129 (patch)
tree49799fad979ccaa4e60cfde6c7f4497de6fddb09 /Source/Core/VideoBackends/Software/SWmain.cpp
parent3a85aa9817b56d2c289a28c05790480357bb2224 (diff)
VideoSoftware: Don't Init the PixelEngine twice
PixelEngine is initialized by InitializeShared()
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index 7d7ca38361..ab1910fd1e 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -142,7 +142,6 @@ bool VideoSoftware::Initialize(void* window_handle)
SWOGLWindow::Init(window_handle);
- PixelEngine::Init();
Clipper::Init();
Rasterizer::Init();
SWRenderer::Init();