From f67c7a3aeaa01b1afeeb535785ae72d7fd9ae7a2 Mon Sep 17 00:00:00 2001 From: Honghoa <59675380+kurenaihana@users.noreply.github.com> Date: Thu, 12 Aug 2021 16:34:35 -0300 Subject: [PATCH] Minimal Rewording --- site/content/entry/yuzu-progress-report-jul-2021/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-jul-2021/index.md b/site/content/entry/yuzu-progress-report-jul-2021/index.md index 3a34bd46..0ae992db 100644 --- a/site/content/entry/yuzu-progress-report-jul-2021/index.md +++ b/site/content/entry/yuzu-progress-report-jul-2021/index.md @@ -353,7 +353,7 @@ No drift, not even with the mouse! A silent change that has the potential to improve performance considerably for users of old or low-end CPUs has been made by toastUnlimited. In the past, we recommended our users to manually select the `Unsafe` CPU accuracy option if their CPU lacked the FMA instruction set. This is not only confusing for users, as it required them to know if their specific CPU model was compatible with FMA, but also relied on communication channels and guides properly explaining this to as many people -as possible. This, of course, resulted in several users not even knowing why they ran games at such poor performance. +as possible. This, of course, resulted in several users not even knowing why games performed so poorly. Additionally, it was later discovered that using the whole Unsafe preset can cause precision issues affecting things like the shape of the character hitboxes in `Super Smash Bros. Ultimate`. A better solution was needed.