mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-31 14:12:06 +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
c55ccb8149
commit
665bf8c30b
|
@ -178,7 +178,7 @@ As it turns out, the `QLineEdit::returnPressed` signal generated a [race conditi
|
||||||
|
|
||||||
Additionally, testing confirmed that games can leave regions of memory uninitialized if a text check is performed and doesn’t result in either `Failure` or `Confirm`,
|
Additionally, testing confirmed that games can leave regions of memory uninitialized if a text check is performed and doesn’t result in either `Failure` or `Confirm`,
|
||||||
causing, once again, crashes.
|
causing, once again, crashes.
|
||||||
[This is fixed by reading only the text check message.](https://github.com/yuzu-emu/yuzu/pull/6374). Thanks to gidoly and OZ for all the help in finding this!
|
This is fixed by [reading only the text check message.](https://github.com/yuzu-emu/yuzu/pull/6374). Thanks to gidoly and OZ for all the help in finding this!
|
||||||
|
|
||||||
Lastly, there was an issue where the mouse input is captured by the software keyboard until the user moves to the next event.
|
Lastly, there was an issue where the mouse input is captured by the software keyboard until the user moves to the next event.
|
||||||
german77 fixed this [by releasing the mouse input when yuzu is out of focus.](https://github.com/yuzu-emu/yuzu/pull/6275)
|
german77 fixed this [by releasing the mouse input when yuzu is out of focus.](https://github.com/yuzu-emu/yuzu/pull/6275)
|
||||||
|
|
Loading…
Reference in a new issue