From a7cef777e196cbc55fee6d3db2635cd471b2a90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:51:03 -0300 Subject: [PATCH] Update index.md --- site/content/entry/yuzu-progress-report-sep-2023/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-sep-2023/index.md b/site/content/entry/yuzu-progress-report-sep-2023/index.md index db410bba..f0840fea 100644 --- a/site/content/entry/yuzu-progress-report-sep-2023/index.md +++ b/site/content/entry/yuzu-progress-report-sep-2023/index.md @@ -296,6 +296,11 @@ This is great news for low end users struggling to run this particularly ASTC-he ### AMD, VSync problems and frame interpolation +First, good news, latest Windows driver version at the time of writing, `23.10.2` has solved the D24 issue affecting AMD cards on Vulkan. +Those bothered by clipping lines and textures should upgrade to get the proper graphics experience. +Keep in mind that this doesn't solve the vertex explosions affecting the Pentelas region and the DLC of `Xenoblade Chronicles 3`, we manage to confirm this is a different issue affecting AMD cards ona much lower level, as it is architecture, OS, and driver agnostic. + +Now a bit of bad news. Windows driver version 23.9.3 and newer cause the VSync options to be ignored, resulting in tearing during gameplay. If you’re affected by this, revert back to driver 23.9.2 for now. The standard procedure was followed: we opened a ticket of this issue to AMD with a generic test case. @@ -354,7 +359,7 @@ Project Nice, the implementation of native code execution (NCE) for ARM devices "./nce2.jpg" >}} -A lot more work is needed before we can even consider doing internal testing, so please have some patience, Android gang. +A lot more work is needed before we can even consider doing internal testing, there are many crashes and softlocks to sort around first, so please have some patience, Android gang. With the progress on the Album applet going so well, german77 is progressing further into other interesting applets too. Stay tuned.