Commit 3fa2b218 authored by Lioncash's avatar Lioncash
Browse files

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.
parent fe2609cb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment