diff options
| author | Stenzek <stenzek@gmail.com> | 2018-09-28 17:53:55 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2018-09-28 21:44:41 +1000 |
| commit | eb33d7af6420ceb78b36c84cb82ac5a34faf58c1 (patch) | |
| tree | 162c8e23348ca7416bca2bf0f61ef41383385167 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 93923e2b290febbcdccad225c81e57454d0f0b75 (diff) | |
Core: Call InitBackendInfo before loading config
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 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); |
