Updated Changelog (markdown)
parent
e6a9c3f10b
commit
d2d47d8f2a
1 changed files with 9 additions and 4 deletions
13
Changelog.md
13
Changelog.md
|
@ -1,10 +1,15 @@
|
||||||
# Ryujinx Changelog
|
# Ryujinx Changelog
|
||||||
All updates to the Ryujinx official master build will be documented in this file
|
All updates to the Ryujinx official master build will be documented in this file
|
||||||
|
|
||||||
## 1.0.5564 - 2020-10-25
|
## 1.0.5568 - 2020-10-25
|
||||||
### Fixed
|
### Changed
|
||||||
- Fixed shader image load/store array index register coords to be read from the correct register.
|
- Modified ASTC texture data update handling to skip updates if the data did not change.
|
||||||
- Resolves missing lighting in Yomi wo Saku Hana, Dark Souls: Remastered, and possibly other games with missing lighting.
|
- Improves performance on SNK Heroines and potentially other games that use ASTC textures similarly.
|
||||||
|
|
||||||
|
## 1.0.5567 - 2020-10-25
|
||||||
|
### Added
|
||||||
|
- Implemented CAL and RET shader instructions.
|
||||||
|
- Fixes a regression introduced in 1.0.5514 (PR 1609) that could cause a crash during battle in Fire Emblem: Three Houses.
|
||||||
|
|
||||||
## 1.0.5553 - 2020-10-21
|
## 1.0.5553 - 2020-10-21
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Reference in a new issue