dolphin/Source/Core/DolphinQt/Config/Graphics
Pokechu22 ac48b2eea4 EnhancementsWidget: Handle gaps in AA mode list
Mesa (llvmpipe) only reports 4x MSAA, and doesn't report 2x (or 1x, but we implicitly add that). The old logic did not handle this correctly, causing selecting 4x to fail and fall back to None.

This also removes VideoUtils::GetAvailableAntialiasingModes, and thus VideoUtils entirely, as its only other function was removed in 1f74653501.
2023-06-08 22:07:41 -07:00
..
AdvancedWidget.cpp Qt: Rename GraphicsInteger to ConfigInteger 2023-04-29 11:09:59 -07:00
AdvancedWidget.h Qt: Remove GraphicsWidget class 2023-04-29 14:10:37 -07:00
EnhancementsWidget.cpp EnhancementsWidget: Handle gaps in AA mode list 2023-06-08 22:07:41 -07:00
EnhancementsWidget.h Qt: Remove GraphicsWidget class 2023-04-29 14:10:37 -07:00
GeneralWidget.cpp Qt: Rename GraphicsRadioInt to ConfigRadioInt 2023-04-27 20:01:04 -07:00
GeneralWidget.h Qt: Remove GraphicsWidget class 2023-04-29 14:10:37 -07:00
GraphicsWindow.cpp VideoCommon: Pass WindowSystemInfo to InitBackendInfo 2023-06-08 22:07:39 -07:00
GraphicsWindow.h VideoCommon: Pass WindowSystemInfo to InitBackendInfo 2023-06-08 22:07:39 -07:00
HacksWidget.cpp Qt: Rename GraphicsSlider to ConfigSlider 2023-04-28 20:14:11 -07:00
HacksWidget.h Qt: Remove GraphicsWidget class 2023-04-29 14:10:37 -07:00
PostProcessingConfigWindow.cpp Qt: Fix some Post Process Configuration Widget issues 2 2023-06-01 21:38:38 +02:00
PostProcessingConfigWindow.h Qt: Fix some Post Process Configuration Widget issues: 2023-05-26 03:50:51 +03:00