mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 02:17:59 -05:00
Given std::function is allowed to potentially allocate, these should be std::move'd to prevent potential reallocation (should that ever happen).