mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-14 22:36:01 -05:00
Merge pull request #7437 from stenzek/graphics-options-race
Fix race condition caused by opening graphics options while running
This commit is contained in:
@@ -159,7 +159,6 @@ bool VideoBackend::FillBackendInfo()
|
||||
|
||||
bool VideoBackend::Initialize(void* window_handle)
|
||||
{
|
||||
InitBackendInfo();
|
||||
InitializeShared();
|
||||
|
||||
GLUtil::InitInterface();
|
||||
|
||||
Reference in New Issue
Block a user