From 67ef15f2e2ee2fccf45b0af5ea7715fa19aa81aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Mon, 10 Aug 2020 01:05:09 -0300 Subject: [PATCH] Update site/content/entry/yuzu-progress-report-jul-2020/index.md Co-authored-by: VolcaEM <63682805+VolcaEM@users.noreply.github.com> --- site/content/entry/yuzu-progress-report-jul-2020/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-jul-2020/index.md b/site/content/entry/yuzu-progress-report-jul-2020/index.md index 8d7a2dd0..1930ce75 100644 --- a/site/content/entry/yuzu-progress-report-jul-2020/index.md +++ b/site/content/entry/yuzu-progress-report-jul-2020/index.md @@ -101,7 +101,7 @@ It was well known that yuzu has problems with installing Updates and DLC into th >}} Upon closer inspection of the inner workings of the VFS, [Morph](https://github.com/Morph1984) found that the previous Updates or DLC were not removed when a newer one was being installed, leading to issues with the detection of these files in yuzu. He solved this by [properly removing the previous update or DLC if it exists on installation](https://github.com/yuzu-emu/yuzu/pull/4249). In addition to this, he also [corrected a small oversight in the way yuzu stores autogenerated titlekeys](https://github.com/yuzu-emu/yuzu/pull/4250). Now, invalid titlekeys will no longer be written into the `title.keys_autogenerated` file, ensuring that only valid ones are written. If your game, update or DLC is not being detected by yuzu, ensure you have the latest key files dumped from your switch, as newer game updates and DLC require newer firmware keys to decrypt. -With these fixes in place, you yuz-ers no longer have to delete all installed game files to install a newer update or DLC as this properly overwrites the previously installed one. +With these fixes in place, you yuz-ers no longer have to delete all installed game files to install a newer update or DLC as this properly overwrites the previously installed ones. Next, he looked into fixing one of oldest and well known VFS bugs - the `Luigi's Mansion 3` autosave issue. Every time an autosave was triggered, the game would softlock. This has also affected other games such as `KATANA KAMI: A Way of the Samurai Story` and `Okami HD`. After digging into the VFS code, it was found that files were not closed prior to being renamed or moved, leading to a [simple fix](https://github.com/yuzu-emu/yuzu/pull/4265) for any games that use this function.