From 59621976c8045938fce5036fabd0afbac31cd131 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 11 Apr 2024 01:44:18 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5dd6a2d..064c680 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,41 @@ 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.1276 - 2024-04-10 +### Fixed: +- Update StoreConstantToMemory to match StoreConstantToAddress on value read. + - Fixes some cheats with instructions starting with 6XXXXXXX failing to load, specifically when the cheat has bit width equal to 1, 2 or 4, and only one 32-bit value. + +## 1.1.1275 - 2024-04-10 +### Fixed: +- Ava UI: Prevent Status Bar Backend Update. + - Fixes an issue where the GPU displayed on the status bar would change if the graphics backend setting was changed while a game was running. + +## 1.1.1274 - 2024-04-10 +### Fixed: +- nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.4.0 to 7.5.1. + - Updates the Microsoft.IdentityModel.JsonWebTokens dependency. No expected user-facing changes. + +## 1.1.1273 - 2024-04-10 +### Fixed: +- Fix input consumed by audio renderer SplitterState.Update. + - Fixes a regression from 1.1.1265 that caused crashing in Resident Evil after cinematics. Possibly affected other games. + +## 1.1.1272 - 2024-04-09 +### Fixed: +- CPU: Produce non-inf results for RSQRTE instruction with subnormal inputs. + - Fixes terrain randomly disappearing in Penny's Big Breakaway. + +## 1.1.1271 - 2024-04-09 +### Fixed: +- Use ResScaleUnsupported flag for texture arrays. + - Fixes rendering glitches in Penny's Big Breakaway when using resolution scale, however the game will no longer scale. + +## 1.1.1270 - 2024-04-09 +### Fixed: +- Fast D32S8 2D depth texture copy. + - Improves performance in Penny's Big Breakaway by up to 1500%. + ## 1.1.1269 - 2024-04-08 ### Fixed: - Pin audio renderer update output buffers.