dolphin/Source/Core
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
..
AudioCommon IOFile: Make origin parameter to Seek() an enum class. 2022-01-29 06:49:21 +01:00
Common fmt: use make_format_args instead of make_args_checked 2022-05-10 19:25:48 -07:00
Core ProcessorInterface: Implement PI_FIFO_RESET 2022-05-13 14:20:14 -07:00
DiscIO Merge pull request #10514 from JosJuice/datel-no-gametdb 2022-03-26 03:38:57 +01:00
DolphinNoGUI msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinQt Treat changing the graphics adapter the same as changing the backend 2022-05-16 16:59:31 -07:00
DolphinTool Merge pull request #10629 from Tilka/spaces 2022-05-03 23:01:25 +01:00
InputCommon Merge pull request #10540 from nyanpasu64/fix-gcadapter-atomics 2022-04-23 22:04:10 +02:00
MacUpdater CMakeLists: Replace tab characters with spaces 2022-01-16 15:20:40 -08:00
UICommon Common/PointerWrap: Prevent reads/writes past the end of the buffer. 2022-04-18 23:48:00 +02:00
UpdaterCommon UpdaterCommon: Copy content file to a temporary file before renaming on macOS 2022-01-30 15:40:28 -05:00
VideoBackends Merge pull request #10251 from Pokechu22/negative-scissor 2022-04-24 15:00:42 -04:00
VideoCommon fmt: fix 'ambigous overload' error 2022-05-10 19:19:52 -07:00
WinUpdater msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.vcxproj msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00