Updated Changelog (markdown)

gdkchan 2024-01-22 17:58:44 -03:00
parent e1caa4ee33
commit 559dbc18c6

@ -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.