mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
![Lioncash](/assets/img/avatar_default.png)
Given std::function is allowed to potentially allocate, these should be std::move'd to prevent potential reallocation (should that ever happen).