From fb65f4c3f18bcb537b3cc2b0851f810c49bf5376 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:32:49 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4b4282b..8eea243 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.731 - 2023-04-24 +### Fixed: +- Implement DMA texture copy component shuffle. + - Fixes inverted red and blue in 20XX and Dragon Quest Builders, possibly other games that use OpenGL on the Switch. + ## 1.1.730 - 2023-04-24 ### Fixed: - Use vector transform feedback outputs with fragment shaders.