From 95c448f7a360f75864beca92b9a542371371fe7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Wed, 9 Jun 2021 09:32:59 -0300 Subject: [PATCH] Update site/content/entry/yuzu-progress-report-may-2021/index.md Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> --- site/content/entry/yuzu-progress-report-may-2021/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-may-2021/index.md b/site/content/entry/yuzu-progress-report-may-2021/index.md index f20085dd..a0e482b0 100644 --- a/site/content/entry/yuzu-progress-report-may-2021/index.md +++ b/site/content/entry/yuzu-progress-report-may-2021/index.md @@ -170,7 +170,7 @@ Morph has been working hard on fixes for the software keyboard. Games received the text string of the inline keyboard instead of the regular one, resulting in empty fields being sent which could cause games to panic, as it would mean an invalid entry was sent. -[Fixing this only required sending the correct information from the right keyboard type.](https://github.com/yuzu-emu/yuzu/pull/6333) +Fixing this only required [sending the correct information from the right keyboard type.](https://github.com/yuzu-emu/yuzu/pull/6333) Users reported crashes when pressing Enter after naming a ruleset or controller layout on `Super Smash Bros. Ultimate`. Turns out, the `QLineEdit::returnPressed` signal generated a [race condition](https://en.wikipedia.org/wiki/Race_condition), resulting in the crashes.