You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying display information, entries could be duplicated because DXGI returns one entry per combination of scanline ordering and scaling for the same resolution and refresh rate. For example, 1920x1080 @ 60Hz may appear multiple times with combinations such as progressive + unspecified scaling, unspecified + centered scaling, and unspecified + stretched scaling. Since only the resolution and refresh rate are used, duplicates are now excluded.
Also added per-monitor grouping to the fullscreen mode list, so users can select a resolution and refresh rate for any connected display, not just their primary.
"The Vulkan graphics API was automatically selected, but no compatible devices were found.\n"
390
-
"You should update all graphics drivers in your system, including any integrated GPUs\n"
391
-
" to use the Vulkan renderer."), Host::OSD_WARNING_DURATION);
459
+
Host::AddIconOSDMessage("VKDriverUnsupported", ICON_FA_TV, TRANSLATE_STR("GS","The Vulkan graphics API was automatically selected, but no compatible devices were found.\n"
460
+
" You should update all graphics drivers in your system, including any integrated GPUs\n"
0 commit comments