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.