From 7b71dbb9f1be594928b8abab1650f010745f40f2 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 12 Nov 2022 23:36:38 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3e34ad9..fd19ef8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.342 - 2022-11-12 +### Fixed: +- Use vector transform feedback outputs if possible. + - Fixes grass rendering on Xenoblade Chronicles Definitive Edition on Vulkan on Intel GPUs. + - May fix similar issues on Pokkén Tournament or the Xenoblade games on AMD and/or Intel GPUs. + +
+Older releases +
+ ## 1.1.341 - 2022-11-11 ### Fixed: - Fix VertexId and InstanceId on Vulkan. @@ -23,10 +33,6 @@ All updates to the Ryujinx official master build will be documented in this file - Ensure all pending draws are done before compute dispatch. - Nights of Azure 2: Bride of the New Moon now works on Vulkan. -
-Older releases -
- ## 1.1.337 - 2022-11-02 ### Fixed: - Vulkan: Implement multisample <-> non-multisample copies and depth-stencil resolve.