mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-03 00:42:39 +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
|
@ -302,7 +302,6 @@ void VideoBackendBase::InitializeShared()
|
|||
GeometryShaderManager::Init();
|
||||
PixelShaderManager::Init();
|
||||
|
||||
g_Config.Refresh();
|
||||
UpdateActiveConfig();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue