mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-10-02 09:42:14 -07: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.