From 05d5245032a070fb64fb1c2f68f091220f53ab92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Tue, 9 Jun 2020 19:56:42 -0300 Subject: [PATCH] Update index.md --- site/content/entry/yuzu-progress-report-may-2020/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/content/entry/yuzu-progress-report-may-2020/index.md b/site/content/entry/yuzu-progress-report-may-2020/index.md index 040566ba..37f66687 100644 --- a/site/content/entry/yuzu-progress-report-may-2020/index.md +++ b/site/content/entry/yuzu-progress-report-may-2020/index.md @@ -133,6 +133,14 @@ Our good shark [ogniK](https://github.com/ogniK5377) also fixed keyboard emulati able to have proper direct input from your keyboards now. [Pull Request #3926.](https://github.com/yuzu-emu/yuzu/pull/3926) +[Morph](https://github.com/Morph1984) implemented the missung support for `R8G8UI` textures, fixing both the performance problems and saving crashes `The Walking Dead` games experienced. +[Pull Request #3839.](https://github.com/yuzu-emu/yuzu/pull/3839) + +{{< single-title-imgs + "Thank you Toxa for the screenshot (The Walking Dead: The Final Season)" + "./08.png" + >}} + One small but important annoyance when running a fullscreen program is the mouse being in front of everything you are doing. [Tobi](https://github.com/FearlessTobi) implemented an option to automatically hide the mouse once it has been inactive after some time.