From f05a1f4083e56b6eee0a261442906b4d71ccfcac Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 8 Nov 2021 16:13:09 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b970ced..03a0907 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.7100 - 2021-11-08 +### Fixed: +- Fix bindless/global memory elimination with inverted predicates. + - Fixes lighting issues on Disaster Report 4, and possibly other games. + ## 1.0.7099 - 2021-11-08 ### Fixed: - Fix InvocationInfo on geometry shader and bindless default integer const. @@ -8,7 +13,6 @@ All updates to the Ryujinx official master build will be documented in this file - Fixes some shader compilation errors. - On AMD and Intel GPUs, fixes some UE4 games that showed a black screen due to a regression that broke geometry shaders. - ## 1.0.7098 - 2021-11-04 ### Fixed: - Ensure syncpoints are released and event handles closed on channel close.