diff --git a/Changelog.md b/Changelog.md index af73193..0fa4e86 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,21 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5515 - 2020-10-12 +### Fixed +- Fixed a error when dual source blend was used. + - Fixes rendering inside the observatory on Super Mario Galaxy. + +## 1.0.5514 - 2020-10-12 +### Fixed +- Implemented LEA.HI shader instruction. + - Fixes corrupted colors on some characters on Super Mario Galaxy (example: Rosalina), and other graphical issues. Might also fix graphical issues on other games. + +## 1.0.5513 - 2020-10-12 +### Fixed +- Implemented support for constant buffer slot indexing, with the LDC shader instruction. + - Fixes some 3D models not rendering on Super Mario 3D All-Stars. + ## 1.0.5499 - 2020-10-11 ### Fixed - Fixed NVDEC FFMPEG related crash that could occur when frame sizes change.