mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +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
|
@ -80,7 +80,6 @@ void VideoSoftware::InitBackendInfo()
|
|||
|
||||
bool VideoSoftware::Initialize(void* window_handle)
|
||||
{
|
||||
InitBackendInfo();
|
||||
InitializeShared();
|
||||
|
||||
SWOGLWindow::Init(window_handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue