summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorStenzek <stenzek@gmail.com>2017-03-04 16:42:27 +1000
committerStenzek <stenzek@gmail.com>2017-03-04 16:53:07 +1000
commit00a0a91513fbb52362fc7d3a7db6450d66c4c68a (patch)
tree97bf343b0e727fbac461389c4e6d5612324cfc9b /Source/Core/VideoBackends/Software/SWmain.cpp
parentafc25fdca07cc1cc80e05cd753027f1cd40328db (diff)
VideoCommon: Move last EFB scale handling to CalculateTargetSize
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 11ddad99b4..adbe5046b6 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -181,7 +181,6 @@ void VideoSoftware::Video_Prepare()
g_vertex_manager = std::make_unique<SWVertexLoader>();
g_perf_query = std::make_unique<PerfQuery>();
g_texture_cache = std::make_unique<TextureCache>();
- g_renderer->InitializeCommon();
SWRenderer::Init();
g_framebuffer_manager = std::make_unique<FramebufferManager>();
}