From 55bea51ebc263ebd0a9b7c0369002568fc929cd2 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sun, 26 May 2024 19:53:30 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5238fbc..8eac845 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,25 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.1325 - 2024-05-26 +### Fixed: +- Vulkan: Extend full bindless to cover cases with phi nodes. + - Resolves black or missing textures and animations in Paper Mario: The Thousand Year Door such as save boxes, coins and boat transitions. + - Fixes the missing floor textures in No Man's Sky. + +*Note that there will be some "new" bugs on some affected surfaces on AMD GPUs that were not visible prior to this change. + +## 1.1.1324 - 2024-05-26 +### Changed: +- Change disk shader cache compression algorithm to Brotli (RFC 7932) + - Improves the speed of the "Packaging shaders" stage of a disk cache rebuild by up to 40%. + +## 1.1.1323 - 2024-05-26 +### Fixed: +- Allow texture arrays to use separate descriptor sets on Vulkan. + - Fixes a performance regression (mostly on macOS) caused by 1.1.1291 in games that use bindless textures from storage buffers. + - Example titles are Mario Party Superstars and Penny's Big Breakaway. + ## 1.1.1322 - 2024-05-24 ### Fixed: - nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.5.1 to 7.5.2.