mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Core: Call InitBackendInfo before loading config
This commit is contained in:
parent
93923e2b29
commit
eb33d7af64
6 changed files with 7 additions and 5 deletions
|
@ -159,7 +159,6 @@ bool VideoBackend::FillBackendInfo()
|
|||
|
||||
bool VideoBackend::Initialize(void* window_handle)
|
||||
{
|
||||
InitBackendInfo();
|
||||
InitializeShared();
|
||||
|
||||
GLUtil::InitInterface();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue