diff --git a/Changelog.md b/Changelog.md index b18fd37..25d5a3a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,21 @@ 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.1207 - 2024-02-22 +### Fixed: +- Vulkan: Properly reset barrier batch when splitting due to mismatching flags. + - Fixes a regression from 1.1.1205 that caused several games to crash. + +## 1.1.1206 - 2024-02-21 +### Fixed: +- Vulkan: Disable push descriptors on older NVIDIA GPUs. + - Fixes a regression from 1.1.1198 that caused rendering issues on Nvidia GPU series 1000 and older. + +## 1.1.1205 - 2024-02-21 +### Fixed: +- Vulkan: Fix barrier batching past limit. + - Fixes a regression from 1.1.1199 that caused some games to freeze. + ## 1.1.1204 - 2024-02-19 ### Fixed: - Avalonia UI: Update English tooltips.