From 5388734781aad33d8e3560c53231443289fa91b0 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:40:55 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 8287562..18d7ea8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,12 @@ 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.1343 - 2024-07-07 +### Fixed: +- Disallow concurrent fence waits on Adreno. + - Works around an Adreno driver bug when waiting on a fence from multiple threads. + - Fixes crashes in a variety of titles including The Legend of Zelda: Tears of the Kingdom at boot. + ## 1.1.1342 - 2024-07-07 ### Fixed: - Disable descriptor set template updates for buffer textures on Adreno.