mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-16 10:10:14 +00:00

Given std::function is allowed to potentially allocate, these should be std::move'd to prevent potential reallocation (should that ever happen).