From 559dbc18c6a2396fd4bbba5eaa8884dc4a039647 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 22 Jan 2024 17:58:44 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6e1538a..d6eb576 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,13 @@ 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.1121 - 2024-01-22 +### Fixed: +- Fix missing data for new copy dependency textures with mismatching size. + - Fixes a texture cache bug where part of the texture could be missing, if its data overlaps with an existing, smaller texture. + - Fixes text being corrupted in Shantae and the Pirate's Curse in a few cases, a regression introduced on build 1.1.605. + - Might also fix random texture corruption in other games. + ## 1.1.1120 - 2024-01-22 ### Added: - Add a separate device memory manager.