From e6a9c3f10b78368295be85ab740a72f6c7d0d2eb Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 25 Oct 2020 11:53:43 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 12202bb..9642b13 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.5564 - 2020-10-25 +### Fixed +- Fixed shader image load/store array index register coords to be read from the correct register. + - Resolves missing lighting in Yomi wo Saku Hana, Dark Souls: Remastered, and possibly other games with missing lighting. + ## 1.0.5553 - 2020-10-21 ### Changed - Removed Reflection.Emit's dependency on CPU and Shader projects.