Update index.md

This commit is contained in:
Matías Locatti 2023-07-08 03:48:31 -03:00 committed by GitHub
parent dd79192771
commit 43bbe16cc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,11 +246,13 @@ While digging into the AccelerateDMA code, Epicboy found an {{< gh-hovercard "10
Fixing it increased performance by a whopping 1%, but as any avid gamer knows, average framerates are only half of the story.
This change also improved frametime consistency, especially in sudden spikes, which are arguably the most noticeable during gameplay.
{{< single-title-imgs
"I have become frametime, the destroyer of gameplay"
"./frame1.png"
"./frame2.png"
>}}
{{< imgs
"./frame1.png| "
>}}
{{< imgs
"./frame2.png| I have become frametime, the destroyer of gameplay"
>}}
Users like to try yuzu on a wide variety of devices; one particularly interesting example is the Tegra X1 product line from NVIDIA, the same architecture that powers the actual Nintendo Switch.
Since there are drivers available for those devices, yuzu can be run on a Linux environment, but for some reason, such drivers dont include the VK_EXT_robustness2 extension, which was mandatory up until now.