mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-30 05:32: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
0a25f0c7cf
commit
72bf4ff466
|
@ -28,7 +28,7 @@ null buffers were not being explicitly checked for, causing stabilities along th
|
||||||
|
|
||||||
[Morph](https://github.com/Morph1984) has been working hard on implementing much needed fixes in yuzu's file system emulation.
|
[Morph](https://github.com/Morph1984) has been working hard on implementing much needed fixes in yuzu's file system emulation.
|
||||||
In this particular case, [improving the accuracy of CreateFile](https://github.com/yuzu-emu/yuzu/pull/6265) fixes the saving and loading issues Snap was experiencing.
|
In this particular case, [improving the accuracy of CreateFile](https://github.com/yuzu-emu/yuzu/pull/6265) fixes the saving and loading issues Snap was experiencing.
|
||||||
Turns out, the error codes of conditions like “parent directory doesn’t exist” or “path already exists” were incorrect, causing havoc in the file system emulation.
|
Unexpectedly, the error codes of conditions like “parent directory doesn’t exist” or “path already exists” were incorrect, causing havoc in the file system emulation.
|
||||||
|
|
||||||
Snap also revealed flaws in our touch screen gesture emulation.
|
Snap also revealed flaws in our touch screen gesture emulation.
|
||||||
Thanks to work done by [german77](https://github.com/yuzu-emu/yuzu/pull/6275), yuzu [now properly supports multiple fingers](https://github.com/yuzu-emu/yuzu/pull/6267).
|
Thanks to work done by [german77](https://github.com/yuzu-emu/yuzu/pull/6275), yuzu [now properly supports multiple fingers](https://github.com/yuzu-emu/yuzu/pull/6267).
|
||||||
|
|
Loading…
Reference in a new issue