diff --git a/Changelog.md b/Changelog.md index 2e08a88..2017611 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6956 - 2021-07-07 +### Fixed: +- Fixes a regression introduced on version 1.0.6894 (POWER update) that caused some games to crash with a invalid memory region exception. + - Wonder Boy: The Dragon's Trap, FINAL FANTASY X/X-2 HD Remaster and more are once again playable. + +## 1.0.6955 - 2021-07-07 +### Changed: +- Refactored GPU 2D, DMA, I2M and Compute engines emulation code to more closely match real hardware, with state structures now being auto-generated from official headers. + - No changes expected on games. + ## 1.0.6954 - 2021-07-06 ### Added: - A new front-end has been added to Ryujinx: Ryujinx.Headless.SDL2.