From ecacd5962d4f27d1d6fcb6d6375adf2ea68de804 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:08:49 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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.