From ff17d21cc461128fb28d6148bc5a272e8059ad9b Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:44:17 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.