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.