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:
Matías Locatti 2021-06-09 09:15:47 -03:00 committed by liushuyu
parent b4e66e5043
commit bf01ccc555

View file

@ -316,7 +316,7 @@ making any motion calculations useless.
[By replacing the X and Y axis values with zeros](https://github.com/yuzu-emu/yuzu/pull/6310), german77 solved the issue. [By replacing the X and Y axis values with zeros](https://github.com/yuzu-emu/yuzu/pull/6310), german77 solved the issue.
Games dont always check for obvious physical limitations. Games dont always check for obvious physical limitations.
For example in the past it was possible to use handheld control emulation while the game was in a docked status. For example, in the past, it was possible to use handheld controller emulation while the game was in a docked status.
Doing this can break games like `Xenoblade Chronicles 2`, as the game expects the console to disable input when the Joy-Cons are connected to a docked Switchs rails. Doing this can break games like `Xenoblade Chronicles 2`, as the game expects the console to disable input when the Joy-Cons are connected to a docked Switchs rails.
german77 solves this by [forcing an emulated Pro Controller instead](https://github.com/yuzu-emu/yuzu/pull/6353). german77 solves this by [forcing an emulated Pro Controller instead](https://github.com/yuzu-emu/yuzu/pull/6353).
No more weird Frankenstein input monstrosities, please. No more weird Frankenstein input monstrosities, please.