From 55b546d55184754771b354cae37aac28c2a4fbb5 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 23 Sep 2023 23:37:52 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9f53637..43ff665 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ 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.1022 - 2023-09-23 +### Fixed: +- Vulkan: Fix barriers on macOS. + - Fixes a regression from 1.1.1014 that caused flickering graphics on macOS in Red Dead Redemption, The Legend of Zelda: Tears of the Kingdom and possibly other games. + ## 1.1.1021 - 2023-09-22 ### Added: - [INFRA] Addition of basic contributor guides and docs framework.