From cd0c7bcdaef85d02979f5349923dd60a2f5074df Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 30 Nov 2022 22:02:33 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 08f38e1..85ea943 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,25 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.402 - 2022-11-30 +### Fixed: +- nuget: bump DiscordRichPresence from 1.0.175 to 1.1.3.18. + - Updates DiscordRichPresence dependencies. No changes to emulator functionality. + +## 1.1.401 - 2022-11-30 +### Fixed: +- Remove shader dependency on SPV_KHR_shader_ballot and SPV_KHR_subgroup_vote extensions. + - Required for MoltenVK. No changes in games. + +## 1.1.400 - 2022-11-30 +### Fixed: +- Ensure that vertex attribute buffer index is valid on GPU. + - Fixes some crashes on Vulkan on Intel and AMD graphics cards. It's currently unknown which games are affected. + +
+Older releases +
+ ## 1.1.399 - 2022-11-29 ### Fixed: - nuget: bump System.Management from 6.0.0 to 7.0.0. @@ -21,10 +40,6 @@ All updates to the Ryujinx official master build will be documented in this file - Avalonia: Update FluientAvalonia - Make dialogs work on Linux with Avalonia making it usable on it again. -
-Older releases -
- ## 1.1.395 - 2022-11-28 ### Fixed: - GPU: Always draw polygon topology as triangle fan.