From edb16c015e373e3fb26d66a4696fb60cd1309511 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Thu, 2 Sep 2021 00:53:56 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index da55e59..d7ffae0 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.7024 - 2021-09-02 +### Fixed: +- Fixes shaders using the TXQ instruction failing to compile if more than 2 dimensions are being read. + - Fixes some (but not all) lighting issues on Tony Hawk's Pro Skater 1 + 2, and other UE4 games. + ## 1.0.7023 - 2021-08-31 ### Added: - Implements support for the shader image atomic instructions.