summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorStenzek <stenzek@gmail.com>2018-09-28 17:53:55 +1000
committerStenzek <stenzek@gmail.com>2018-09-28 21:44:41 +1000
commiteb33d7af6420ceb78b36c84cb82ac5a34faf58c1 (patch)
tree162c8e23348ca7416bca2bf0f61ef41383385167 /Source/Core/VideoBackends/Software/SWmain.cpp
parent93923e2b290febbcdccad225c81e57454d0f0b75 (diff)
Core: Call InitBackendInfo before loading config
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 546cf0a45c..6ca183b57c 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -80,7 +80,6 @@ void VideoSoftware::InitBackendInfo()
bool VideoSoftware::Initialize(void* window_handle)
{
- InitBackendInfo();
InitializeShared();
SWOGLWindow::Init(window_handle);