diff options
author | Fernando S <fsahmkow27@gmail.com> | 2021-11-10 13:42:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 13:42:11 +0100 |
commit | bdabd17c765a9f8372e838368e2a7d6567bee052 (patch) | |
tree | fc34ff9929b59a913f2c555dcf8067fff5c9e5bf /src/yuzu/main.h | |
parent | ced130297568cba5787f78daf911a2a07e506c34 (diff) | |
parent | 3af2117c886a7751a45ae6bb26216a686b3057ba (diff) |
Merge pull request #7303 from Morph1984/swkbd-confirm-skip-textcheck
applets/swkbd: Skip text checking if the text has been confirmed
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index aed15a0a0..981102daa 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -150,7 +150,7 @@ signals: void ProfileSelectorFinishedSelection(std::optional<Common::UUID> uuid); void SoftwareKeyboardSubmitNormalText(Service::AM::Applets::SwkbdResult result, - std::u16string submitted_text); + std::u16string submitted_text, bool confirmed); void SoftwareKeyboardSubmitInlineText(Service::AM::Applets::SwkbdReplyType reply_type, std::u16string submitted_text, s32 cursor_position); |