dolphin/Source
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
..
Android Merge pull request #9170 from JosJuice/android-extension-hack-2 2020-11-20 02:47:23 +01:00
Core Core: Fix invalid lambda captures 2020-11-20 18:27:56 +01:00
DSPSpy
DSPTool
PCH Merge pull request #9091 from shuffle2/pch 2020-10-29 21:29:28 +01:00
UnitTests
VSProps DolphinQt: Stop using qtmain 2020-09-21 17:27:10 +02:00
.clang-format
CMakeLists.txt Android: Add content provider support to File::IOFile 2020-09-16 18:38:53 +02:00
dolphin-emu.sln