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.