mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
VideoCommon: Add reasons for disabled VS expand
This commit is contained in:
parent
b567f3afcf
commit
3912fa7a2e
3 changed files with 17 additions and 2 deletions
|
@ -274,6 +274,7 @@ void VideoBackendBase::PopulateBackendInfo()
|
|||
// a value from the previously used renderer
|
||||
g_Config.backend_info = {};
|
||||
ActivateBackend(Config::Get(Config::MAIN_GFX_BACKEND));
|
||||
g_Config.backend_info.DisplayName = g_video_backend->GetDisplayName();
|
||||
g_video_backend->InitBackendInfo();
|
||||
// We validate the config after initializing the backend info, as system-specific settings
|
||||
// such as anti-aliasing, or the selected adapter may be invalid, and should be checked.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue