From f1d7a5e2501cd0bc2de250095931b45fa5f46195 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 28 May 2023 23:43:02 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 27cbd95..59ddb4b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,12 @@ 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.840 - 2023-05-28 +### Fixed: +- Make sure blend is disabled if render target has integer format. + - Contributes to upstreaming the closed-source changes in the macos1 build. + - Fixes crashes in Luigi's Mansion 3 and Xenoblade Chronicles games on macOS. Note that Xenoblade games won't work yet as they require transform feedback to run, which hasn't been upstreamed yet. + ## 1.1.839 - 2023-05-28 ### Fixed: - Workaround for MoltenVK barrier issues.