mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 12:02:24 -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.