From e6ead86785960895befb2928b6c158bc0778da8a Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sat, 25 Jul 2020 21:08:00 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3576fb1..8282903 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5044 - 2020-07-25 +### Added +- Implemented BGRA texture support. + - Fixes incorrect texture colors (often manifesting as blue skin/blue tint issues) on affected games including Valkyria Chronicles 4. + ## 1.0.5034 - 2020-07-25 ### Fixed - Incremented PPTC version, which was missed in 1.0.5021 (PR 1410).