From 8c37e252921af967daa027cbf50dabf75f5cd8b9 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:06:00 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2aed89d..2c33eca 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,17 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.203 - 2022-08-02 +### Fixed: +- Fix geometry shader passthrough fallback being used when feature is supported. + - Fixes a regression on Marvel Ultimate Alliance 3 on Maxwell and newer NVIDIA GPUs. + +## 1.1.202 - 2022-08-02 +### Fixed: +- SPIR-V: Initialize undefined variables with 0. + - Fixes tilt shift blur effect in The Legend of Zelda: Link's Awakening on NVIDIA GPUs. + - Fixes block flickering in Splatoon 2 on newer NVIDIA GPUs. + ## 1.1.201 - 2022-08-01 ### Fixed: - Fix a crash occurring when trying to launch a game with Vulkan on FlatHub releases.