dolphin/Source/Core/DolphinQt/Config/Graphics
Pokechu22 3950bc4620 Treat changing the graphics adapter the same as changing the backend
This results in the list of available antialiasing modes being updated; before, it would only show the modes available for the adapter that was selected when the graphics window was opened (or the backend was last changed).

The list of available modes is updated by `GraphicsWindow::OnBackendChanged`'s call to `VideoBackendBase::PopulateBackendInfoFromUI`, and then `EnhancementsWidget::LoadSettings` updates the UI.  Both of these are connected to the `GraphicsWindow::BackendChanged` signal.
2022-05-16 16:59:31 -07:00
..
AdvancedWidget.cpp Add option for setting the PNG zlib compression level 2021-11-18 13:10:22 -08:00
AdvancedWidget.h Add option for setting the PNG zlib compression level 2021-11-18 13:10:22 -08:00
BalloonTip.cpp
BalloonTip.h
EnhancementsWidget.cpp Add NonDefaultQPushButton to set autoDefault of buttons to false 2022-03-08 08:51:29 +01:00
EnhancementsWidget.h
GeneralWidget.cpp Treat changing the graphics adapter the same as changing the backend 2022-05-16 16:59:31 -07:00
GeneralWidget.h
GraphicsBool.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
GraphicsBool.h
GraphicsChoice.cpp
GraphicsChoice.h
GraphicsInteger.cpp
GraphicsInteger.h
GraphicsRadio.cpp
GraphicsRadio.h
GraphicsSlider.cpp
GraphicsSlider.h
GraphicsWidget.h
GraphicsWindow.cpp
GraphicsWindow.h
HacksWidget.cpp Round viewport coordinates when vertex rounding is enabled 2022-04-08 18:30:59 -07:00
HacksWidget.h Use Fast Texture Sampling by default 2021-11-17 21:29:57 -08:00
PostProcessingConfigWindow.cpp VideoCommon: Convert OptionType to enum class 2022-02-17 10:03:08 -08:00
PostProcessingConfigWindow.h
SoftwareRendererWidget.cpp
SoftwareRendererWidget.h