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 63179c3f..cb7b6772 100644 --- a/site/content/entry/yuzu-progress-report-sep-2020/index.md +++ b/site/content/entry/yuzu-progress-report-sep-2020/index.md @@ -50,7 +50,13 @@ Now [Gamecube controllers will be autoconfigured!](https://github.com/yuzu-emu/y ## Nvidia specific fixes -Recent Nvidia Geforce drivers (past the 446.14 version) introduced a performance regression mainly affecting `Super Smash Bros. Ultimate` and `Paper Mario: The Origami King`, 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 new 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. +Recent Nvidia Geforce drivers (past the 446.14 version) introduced a performance regression mainly affecting `Paper Mario: The Origami King` and `Super Smash Bros. Ultimate's` menus, 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 new 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. + +{{< single-title-imgs + "Just in time for Ampere, eh! (Super Smash Bros. Ultimate)" + "./SSBU-broken.mp4" + "./SSBU-fixed.mp4" + >}} As mentioned in [July's progress report](https://yuzu-emu.org/entry/yuzu-progress-report-jul-2020/), [toastUnlimited](https://github.com/lat9nq) continued to work in solving crashes only experienced with recent Nvidia Vulkan drivers in Linux. Thanks to work done by DXVK, the [current implementation aims to be more global](https://github.com/yuzu-emu/yuzu/pull/4724), hopefully finally solving this problem for good. @@ -58,6 +64,8 @@ As mentioned in [July's progress report](https://yuzu-emu.org/entry/yuzu-progres +That's all she wrote, folks! See you next time in the October progress report! +