mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Core: Call InitBackendInfo before loading config
This commit is contained in:
@ -132,7 +132,6 @@ bool VideoBackend::Initialize(void* window_handle)
|
||||
if (window_handle == nullptr)
|
||||
return false;
|
||||
|
||||
InitBackendInfo();
|
||||
InitializeShared();
|
||||
|
||||
if (FAILED(D3D::Create(reinterpret_cast<HWND>(window_handle))))
|
||||
|
Reference in New Issue
Block a user