diff options
| author | Scott Mansell <phiren@gmail.com> | 2016-09-04 11:48:54 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-04 11:48:54 +1200 |
| commit | f5fa5a7d325bb0a7dd46b5f1723e52c370eb93b8 (patch) | |
| tree | 83d3623ee2567c0277dffb37b07a841b44a169e4 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 0f359000c54234a9a4728a432287b6a7e2389f0f (diff) | |
| parent | 9d8f37301624681685c479e976d26f3d266c1129 (diff) | |
Merge pull request #4168 from EmptyChaos/coretiming-cleanup
Core: CoreTiming Cleanup (Add UnitTests)
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 1 |
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(); |
