From 2fcbae8e24b569e75863bf41a20fe852e30612e2 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 8 Aug 2022 19:02:10 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index c1bbaba..52e6c08 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.209 - 2022-08-08 +### Fixed: +- OpenGL: Fix clear of unbound color targets. + - Fixes a regression that caused New Super Mario Bros U Deluxe to crash with a NullReferenceException. May fix other games with the same problem. + ## 1.1.208 - 2022-08-05 ### Fixed: - Implement Arm32 Sha256 and MRS Rd, CPSR instructions.