From 6c77dd25d7d774394a2c35cf6a73e6b7ed07295f Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 13 Oct 2020 06:29:40 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index 0fa4e86..46870f7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,18 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5517 - 2020-10-13 +### Fixed +- Fixed incorrect OpenGL BlendFunc enumeration values + - The value of some OpenGL BlendFunc values were incorrect. + - Fixes broken shadows in Super Mario Galaxy, and potentially other games with similar behaviour. + +## 1.0.5516 - 2020-10-13 +### Fixed +- Fixed output component register ordering on pixel shaders + - In some instances, the incorrect register was being copied to an output component. + - Improves rendering in Super Mario Galaxy, and potentially other games with similar behaviour. + ## 1.0.5515 - 2020-10-12 ### Fixed - Fixed a error when dual source blend was used.