yuzu/applets/software_keyboard: std::move std::function instances where applicable
std::function instances can potentially allocate. std::moveing them prevents an avoidable allocation in that case.
Please register or sign in to comment
std::function instances can potentially allocate. std::moveing them prevents an avoidable allocation in that case.