From d2d47d8f2a91db42c7a4d50b2cc74bff0cb8a1eb Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 25 Oct 2020 14:22:46 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9642b13..e38e0b2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file -## 1.0.5564 - 2020-10-25 -### Fixed -- Fixed shader image load/store array index register coords to be read from the correct register. - - Resolves missing lighting in Yomi wo Saku Hana, Dark Souls: Remastered, and possibly other games with missing lighting. +## 1.0.5568 - 2020-10-25 +### Changed +- Modified ASTC texture data update handling to skip updates if the data did not change. + - 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 ### Changed