From 414f602e6c8ef3685901360262546cdf228d2784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Fri, 25 Sep 2020 18:17:32 -0300 Subject: [PATCH] Update index.md --- site/content/entry/yuzu-progress-report-sep-2020/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/site/content/entry/yuzu-progress-report-sep-2020/index.md b/site/content/entry/yuzu-progress-report-sep-2020/index.md index 44516688..b1680fdd 100644 --- a/site/content/entry/yuzu-progress-report-sep-2020/index.md +++ b/site/content/entry/yuzu-progress-report-sep-2020/index.md @@ -26,9 +26,13 @@ Similarly, [`GetPreviousProgramIndex` needed to be stubbed](https://github.com/y ## Nvidia specific fixes -Recent Nvidia Geforce drivers introduced a performance regression, important enough that we had to recommend our users to stay on older driver versions until we could figure out what was going on. Turns out, the newer drivers don't seem to like how Qt handles VSync, so [Rodrigo](https://github.com/ReinUsesLisp) fixed it by [calling `SwapBuffers` from the emulation thread](https://github.com/yuzu-emu/yuzu/pull/4692). This change means that Nvidia users are free to use the latest driver version without fearing low framerate. +Recent Nvidia Geforce drivers (past the 446.14 version) introduced a performance regression, important enough that we had to recommend our users to stay on older driver versions until we could figure out what was going on. Turns out, the newer drivers don't seem to like how Qt handles VSync, so [Rodrigo](https://github.com/ReinUsesLisp) fixed it by [calling `SwapBuffers` from the emulation thread](https://github.com/yuzu-emu/yuzu/pull/4692). This change means that Nvidia users are free to use the latest driver version without fearing low framerates. -Just in time for Ampere's release, eh! +{{< single-title-imgs + "Just in time for Ampere's release, eh!" + "./nvidiabug.png" + "./nvidiafix.png" + >}}