diff --git a/Changelog.md b/Changelog.md index da79afa..51edd79 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,14 @@ 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.1223 - 2024-03-10 +### Fixed: +- Fix lost copy and swap problem on shader SSA deconstruction. + - Fixes fog in Princess Peach: Showtime! Demo. + - Fixes z-fighting in The Legend of Zelda: Tears of the Kingdom. + - Fixes puddles of water and carpets in No More Heroes 3. + - Fixes fences and the floor in special stages in Kirby and the Forgotten Land. + ## 1.1.1222 - 2024-03-09 ### Fixed: - Refactor memory managers to a common base class, consolidate Read() method logic.