mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-19 14:18:13 +00:00
Update index.md
This commit is contained in:
parent
dd79192771
commit
43bbe16cc1
|
@ -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.
|
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.
|
This change also improved frametime consistency, especially in sudden spikes, which are arguably the most noticeable during gameplay.
|
||||||
|
|
||||||
{{< single-title-imgs
|
{{< imgs
|
||||||
"I have become frametime, the destroyer of gameplay"
|
"./frame1.png| "
|
||||||
"./frame1.png"
|
>}}
|
||||||
"./frame2.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.
|
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 don’t include the VK_EXT_robustness2 extension, which was mandatory up until now.
|
Since there are drivers available for those devices, yuzu can be run on a Linux environment, but for some reason, such drivers don’t include the VK_EXT_robustness2 extension, which was mandatory up until now.
|
||||||
|
|
Loading…
Reference in a new issue