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.