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.