From 3713169abcc3e21ad565008b9138d3abd4f6d8f9 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 21 May 2021 17:16:17 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index ea7f3c1..acef6ec 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.0.6888 - 2021-05-21 +### Fixed +- Fixed non-independent blend state entries being missing from the state table. + - Fixes broken blend on some OpenGL games such as Code of Princess EX. + ## 1.0.6887 - 2021-05-20 ### Changed - Extended information printed when the guest crashes or breaks execution. This may be useful for troubleshooting purposes.