dolphin/Source/Core
Léo Lam 542c49bab0
Core: Fix invalid lambda captures
PR #9260 made the MsgAlert macros use lambdas so that local
constexpr variables can be added while keeping the ability to
return a boolean from the macros.

Unfortunately, C++17 forbids referring to structured bindings in lambda
captures. This is fixed in P1091R3 but we cannot rely on C++20 yet...
2020-11-20 18:27:56 +01:00
..
AudioCommon
Common Merge pull request #9260 from leoetlino/fmt-checks 2020-11-20 16:05:25 +01:00
Core Core: Fix invalid lambda captures 2020-11-20 18:27:56 +01:00
DiscIO
DolphinNoGUI
DolphinQt Merge pull request #9210 from Dentomologist/regions-show-hide-all 2020-11-20 11:35:22 +01:00
InputCommon
MacUpdater
UICommon
UpdaterCommon
VideoBackends Vulkan: fix validation error in bSupportsGeometryShaders=false case 2020-11-20 12:23:34 +01:00
VideoCommon Merge pull request #9239 from altimumdelta/FFDUMP_Separate_Logging 2020-11-20 02:21:57 +01:00
WinUpdater
CMakeLists.txt