Merge pull request #7437 from stenzek/graphics-options-race

Fix race condition caused by opening graphics options while running
This commit is contained in:
Mat M 2018-10-12 10:29:28 -04:00 committed by GitHub
commit ecd4897d43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 29 additions and 48 deletions

View file

@ -159,7 +159,6 @@ bool VideoBackend::FillBackendInfo()
bool VideoBackend::Initialize(void* window_handle)
{
InitBackendInfo();
InitializeShared();
GLUtil::InitInterface();