From ea457c95daea3ecc62f4846b917f6053863526a5 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 13 May 2023 14:32:13 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9f84a13..f5b524b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,14 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.799 - 2023-05-13 +### Fixed: +- Vulkan: Device map buffers written more than flushed. + - Increases performance in The Legend of Zelda: Tears of the Kingdom on Nvidia GPUs* using Vulkan. + - Significantly reduces the large performance impact of resolution scaling for Nvidia GPUs using Vulkan in the above title. + +* AMD does not suffer from the same limitation that was causing the large performance losses here and should be unaffected. + ## 1.1.798 - 2023-05-13 ### Added: - Add timeout of 35 minutes to workflow jobs.