From 45786b193af79d2d94858d3bf18c4fcbef5235d8 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:14:15 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3c726c9..e01edcb 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.6318 - 2021-01-13 +### Fixed +- Fixed a bug in the LOP3 shader causing a condition to be read from the wrong bits. + - As shader changes occurred, shader caches have been gracefully invalidated; the next time a game is launched the cache will automatically rebuild at boot time. + ## 1.0.6311 - 2021-01-13 ### Changed - Changed the SurfaceFlinger android-fence callback to be called immediately when the fence is invalid.