mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-24 17:44:04 +01: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.