From added26cdf826a20660bd1d420e03eadb63b878d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Mon, 9 Nov 2020 19:07:13 -0300 Subject: [PATCH] Update site/content/entry/yuzu-progress-report-oct-2020/index.md Co-authored-by: renA21 <44066520+renA21@users.noreply.github.com> --- site/content/entry/yuzu-progress-report-oct-2020/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-oct-2020/index.md b/site/content/entry/yuzu-progress-report-oct-2020/index.md index c7b55897..31a2d776 100644 --- a/site/content/entry/yuzu-progress-report-oct-2020/index.md +++ b/site/content/entry/yuzu-progress-report-oct-2020/index.md @@ -169,7 +169,7 @@ In the previous progress report, we mentioned that we removed a blacklist on AMD [Kewlan](https://github.com/Kewlan) is back again, fixing another important UI bug. This time, yuzu will [no longer ask for a profile if there is a single one created.](https://github.com/yuzu-emu/yuzu/pull/4817) The devil is in the details. -[Morph](https://github.com/Morph1984) [added a check to see if a directory is a `nullptr`.](https://github.com/yuzu-emu/yuzu/pull/4785) This fixes the creation of a save in `Hades`. More work is needed to get the game playable. +[Morph](https://github.com/Morph1984) [added a check to see if a directory is a `nullptr`.](https://github.com/yuzu-emu/yuzu/pull/4785) This fixes save file creation in `Hades`. More work is needed to get the game playable. With the demo just released, [Rodrigo](https://github.com/ReinUsesLisp) started the work to get `Hyrule Warriors: Age of Calamity - Demo Version` playable. By implementing [FCMP immediate](https://github.com/yuzu-emu/yuzu/pull/4853) and [texture CUBE array shadows](https://github.com/yuzu-emu/yuzu/pull/4854) the game starts to render.