From 3494bb0731b2477b3280aac9d4e4152cca14afc0 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 8 Nov 2021 15:19:26 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 65e6154..b752d13 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.7099 - 2021-11-08 +### Fixed: +- Fix InvocationInfo on geometry shader and bindless default integer const. + - Fixes a regression introduced in 1.0.7078. Worm Jazz is no longer missing graphics. + - 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.