diff --git a/Changelog.md b/Changelog.md index 16b4504..7818309 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.1345 - 2024-07-10 +### Fixed: +- Use draw clear on Adreno, instead of vkCmdClearAttachments. + - Works around an Adreno driver bug causing a race condition when calling vkCmdClearAttachments. + - Fixes incorrect Cascade Kingdom waterfall rendering and shadow flickering in Super Mario Odyssey. + - Fixes Astral Chain freezing on boot. + ## 1.1.1344 - 2024-07-10 ### Fixed: - Force dynamic state update after rasterizer discard disable on Adreno.