mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-02 10:39:55 +01:00
89ebef6571
Given std::function is allowed to potentially allocate, these should be std::move'd to prevent potential reallocation (should that ever happen).