From 071693401f744c7599c86de0fb92590c81fbf75f Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:38:09 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 87aeaac..55a578b 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.976 - 2023-08-07 +### Fixed: +- Do not add more code after alpha test discard on fragment shader. + - On macOS, fixes a crash in Pikmin 3 when finishing the tutorial or on the results screen at the end of a day. + ## 1.1.975 - 2023-08-06 ### Fixed: - GPU: Don't sync/bind index buffer when it's not in use.