Commit 16bf7919 authored by Lioncash's avatar Lioncash
Browse files

yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText()

Given the std::optional can contain an object type that heap allocates,
we can use std::move to avoid an unnecessary copy/allocation from
occurring.
parent b3d71801
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