From 9f2a4fc7854a9e8c90c604a53a3e46423ae0ce98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sat, 12 Mar 2022 04:10:40 -0300 Subject: [PATCH] Deleting extra space --- site/content/entry/yuzu-progress-report-feb-2022/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-feb-2022/index.md b/site/content/entry/yuzu-progress-report-feb-2022/index.md index 31e80e17..ffdf5840 100644 --- a/site/content/entry/yuzu-progress-report-feb-2022/index.md +++ b/site/content/entry/yuzu-progress-report-feb-2022/index.md @@ -80,7 +80,7 @@ bunnei has also been improving the accuracy of the page table management, by {{< As always, the biggest motivator behind this work is increasing the accuracy of our implementation, while also fixing any bugs that may have been hiding there these past years. -[Dynarmic] (https://github.com/merryhime/dynarmic), our ARM JIT recompiler, also got a number of new optimizations and bugfixes this month. +[Dynarmic](https://github.com/merryhime/dynarmic), our ARM JIT recompiler, also got a number of new optimizations and bugfixes this month. [Blinkhawk](https://github.com/FernandoS27) corrected the fencing logic for the serialization of memory store/load operations in Dynarmic's `x64` code emitter, and subsequently {{< gh-hovercard "7827" "updated the submodule" >}} to bring these changes into yuzu's codebase. This fixed the freezes that affected `Pokémon Legends: Arceus`.