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.