From 05ae43bd8296299fb003afe696656f9de792648a Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 17 Nov 2022 18:55:15 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index b8c2ab6..7374645 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.355 - 2022-11-17 +### Fixed: +- GPU: Eliminate CB0 accesses when storage buffer accesses are resolved. + - Improves performance significantly in Xenoblade Chronicles Definitive Edition on Vulkan. + - Improves performance in Xenoblade 2 and Xenoblade 3 on Vulkan, and in Definitive Edition on OpenGL. + - Improves performance in Pokémon Scarlet/Violet and possibly other games. + ## 1.1.354 - 2022-11-17 ### Fixed: - ci: Clean up Actions leftovers.