mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-03 16:53:48 +00:00
C++20 deprecates using the = lambda capture to implicitly capture the this pointer. Instead, we must specify it explicitly.
C++20 deprecates using the = lambda capture to implicitly capture the this pointer. Instead, we must specify it explicitly.