From 36d397dcfcadac9f21467a3f4cc214d625ed33d7 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 27 Apr 2023 15:43:11 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index b2067dd..eda1f4f 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.1.734 - 2023-04-27 +### Fixed: +- Fix geometry shader layer passthrough regression. + - Fixes a regression from 1.1.733 which caused Pokémon Scarlet/Violet to render as if it had a green filter over the screen. This only affected older GPUs that don't support writing gl_Layer on the vertex shader (1st gen Maxwell and older for Nvidia). + ## 1.1.733 - 2023-04-25 ### Fixed: - Refactor attribute handling on the shader generator.