From 9ecbc9ce90022421c03871889df2b19e1c592589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Mon, 11 Oct 2021 02:28:48 -0300 Subject: [PATCH] AMD --- site/content/entry/yuzu-progress-report-sep-2021/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/entry/yuzu-progress-report-sep-2021/index.md b/site/content/entry/yuzu-progress-report-sep-2021/index.md index 9d874aab..565f1668 100644 --- a/site/content/entry/yuzu-progress-report-sep-2021/index.md +++ b/site/content/entry/yuzu-progress-report-sep-2021/index.md @@ -1,5 +1,5 @@ +++ -date = "2021-10-08T12:00:00-03:00" +date = "2021-10-10T12:00:00-03:00" title = "Progress Report September 2021" author = "GoldenX86" coauthor = "Honghoa" @@ -11,7 +11,7 @@ changes, some preliminary work for future big changes, and more! -## **A**fter **T**esting **I**mages, and other graphical fixes +## Yet more AMD specific changes and other graphical fixes Certain AMD and Intel GPUs were unable to utilize yuzu's unlock FPS feature with the Vulkan API, due to the lack of driver support for the `VK_PRESENT_MODE_MAILBOX_KHR` presentation mode. They, however, support `VK_PRESENT_MODE_IMMEDIATE_KHR`, another mode that allows Vulkan to present at a higher framerate than the screen refresh rate, so