mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-29 13:11:57 +00:00
Update site/content/entry/yuzu-progress-report-may-2021/index.md
Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
This commit is contained in:
parent
3d10e921ab
commit
95c448f7a3
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue