Updated Changelog (markdown)

MetrosexualGarbodor 2024-03-11 00:44:17 +00:00
parent 3958828583
commit ff17d21cc4

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