From ddebddbf75f0d25aa493d872cecab8336d87eac4 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 11 Jul 2023 04:15:08 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index c56b2a5..9212aa2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ 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.958 - 2023-07-10 +### Fixed: +- MacOS: Allow barriers inside a render pass for non-Apple GPUs and don't treat as TBDR. + - No known changes in games. + +## 1.1.957 - 2023-07-10 +### Fixed: +- MacOS: Fix rendering on AMD GPUs. + - Fixes flickering/partial rendering on macOS systems with AMD graphics cards in Pokémon Sword/Shield and possibly other games. + ## 1.1.956 - 2023-07-07 ### Fixed: - [Ryujinx.Ava] Address dotnet-format issues.