diff --git a/Changelog.md b/Changelog.md index 1583d9c..c221bb9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,33 @@ 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.1267 - 2024-04-07 +### Added: +- Add support for large sampler arrays on Vulkan. + - Fixes black textures present in most of Hogwarts Legacy. + - Fixes most graphical rendering in Penny's Big Breakaway. + - Fixes grass and other particle effects appearing blocky in The Legend of Zelda: Skyward Sword HD. + +## 1.1.1266 - 2024-04-07 +### Fixed: +- Fix PC alignment for ADR thumb instruction. + - Ni no Kuni Wrath of the White Witch will no longer render a black background when the 1.0.2 update applied. + +## 1.1.1265 - 2024-04-07 +### Changed: +- Audio rendering: reduce memory allocations. + - Code cleanup. No expected user-facing changes. + +## 1.1.1264 - 2024-04-07 +### Changed: +- Enhance Error Handling with Try-Pattern Refactoring. + - Code cleanup. No expected user-facing changes. + +## 1.1.1263 - 2024-04-07 +### Changed: +- Replacing the try-catch block with null-conditional and null-coalescing operators. + - Code cleanup. No expected user-facing changes. + ## 1.1.1262 - 2024-04-06 ### Added: - misc: Add ANGLE configuration option to JSON and CLI.