dolphin/Source/Core/DolphinQt/Config
JosJuice c9edfa0eaa Replace Windows CMake lambda constexpr capture workaround
While manually capturing constexpr variables used in lambda
expressions does work, it's really easy to forget doing so since
we don't have a Windows CMake builder and the workaround isn't
necessary anywhere else. Fortunately, MSVC has a flag that fixes
the constexpr capture behavior, so let's use that instead.
2020-06-25 13:11:29 +02:00
..
ControllerInterface
Graphics Migrate video backend setting to the new config system 2020-05-22 16:54:53 +02:00
Mapping DolphinQt: Use qOverload where applicable 2020-04-28 16:54:19 +02:00
ARCodeWidget.cpp
ARCodeWidget.h
CheatCodeEditor.cpp
CheatCodeEditor.h
CheatWarningWidget.cpp
CheatWarningWidget.h
ControllersWindow.cpp DolphinQt: Use qOverload where applicable 2020-04-28 16:54:19 +02:00
ControllersWindow.h InputCommon: Add real Wii Remote support to ControllerInterface. Add option to connect additional Wii Remotes. 2020-02-17 16:14:01 -06:00
FilesystemWidget.cpp DolphinQt: Run tasks that use progress dialogs on separate threads 2020-04-03 12:53:38 +02:00
FilesystemWidget.h
GameConfigEdit.cpp DolphinQt: Use qOverload where applicable 2020-04-28 16:54:19 +02:00
GameConfigEdit.h
GameConfigHighlighter.cpp
GameConfigHighlighter.h
GameConfigWidget.cpp Remove redundant "Emulation" from "DSP HLE Emulation" 2020-05-03 17:54:05 +02:00
GameConfigWidget.h
GeckoCodeWidget.cpp
GeckoCodeWidget.h
InfoWidget.cpp Show file format details in game properties 2020-06-21 20:47:23 +02:00
InfoWidget.h Show file format details in game properties 2020-06-21 20:47:23 +02:00
LogConfigWidget.cpp
LogConfigWidget.h
LogWidget.cpp DolphinQt: Use qOverload where applicable 2020-04-28 16:54:19 +02:00
LogWidget.h
NewPatchDialog.cpp DolphinQt: Use qOverload where applicable 2020-04-28 16:54:19 +02:00
NewPatchDialog.h
PatchesWidget.cpp
PatchesWidget.h
PropertiesDialog.cpp
PropertiesDialog.h
SettingsWindow.cpp
SettingsWindow.h
VerifyWidget.cpp Replace Windows CMake lambda constexpr capture workaround 2020-06-25 13:11:29 +02:00
VerifyWidget.h