diff options
| author | Mat M <mathew1800@gmail.com> | 2018-10-12 10:29:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-12 10:29:28 -0400 |
| commit | ecd4897d43e115dbc00534fe74a5cc9d2c3a0fed (patch) | |
| tree | a2a879c0df72ce242ec69b51405426d2b52f3bc5 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 7ac90b55d6263b1369defcdcc85af290add87d9a (diff) | |
| parent | 349765ba77df11a9d5eeac424ac87e0047c7f0b3 (diff) | |
Merge pull request #7437 from stenzek/graphics-options-race
Fix race condition caused by opening graphics options while running
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); |
