From bfcb8b4df3d1215f8a2de9cc3a0d21b5d649c1e7 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 26 Jan 2021 17:29:10 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index f309584..ccd5c82 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.6429 - 2021-01-26 +### Fixed +- Fixed a regression introduced in 1.0.6420 (PR 1948) that would generate invalid code for atomic SSBO operations. + - Fixes regression on Persona 5 Scramble where it could slow to a crawl and/or crash before or at the title screen. + ## 1.0.6426 - 2021-01-26 ### Changed - Made some simple changes on the OpenGL backend to significantly reduce the number of redundant calls.