From bdd31adca466bea26aef5f1928dc0d30f3cb361a Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:27:14 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index 925ad0b..8287562 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,17 @@ 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.1342 - 2024-07-07 +### Fixed: +- Disable descriptor set template updates for buffer textures on Adreno. + - Works around an Adreno driver bug causing crashes in UE4 games (& others) such as Mario + Rabbids: Sparks of Hope. + +## 1.1.1341 - 2024-07-07 +### Fixed: +- Force Vulkan swapchain re-creation when window size changes. + - Fixes an issue on Adreno GPUs where the renderer would not match the size of the window after a re-size. + - No other vendors should be impacted. + ## 1.1.1340 - 2024-06-26 ### Fixed: - Resolve some Vulkan validation errors.