From 6f5cb599c6c4435fa86ddedab8c9a417366838b3 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 3 Jul 2020 16:36:52 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index bfed19f..313d023 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.4818 - 2020-07-03 +### Fixed +- Fixed compute restore of previous shader state. + - Fixes lighting issues on a specific subset of games including Zelda: Link's Awakening. + ## 1.0.4817 - 2020-07-03 ### Fixed - Fixed an issue with syncpoint implementation that could cause a deadlock in a specific scenario.