Updated Changelog (markdown)

gdkchan 2020-10-12 22:08:27 -03:00
parent a78fcee817
commit 770302091a

@ -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.