From 9629dba5e4dc81e7345ae8201d7e743e332b1193 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:22:08 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.