From ec086be691546759a81baadfe32820218adaaed0 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 26 Apr 2023 00:11:19 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1abbe42..b2067dd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.733 - 2023-04-25 +### Fixed: +- Refactor attribute handling on the shader generator. + - Refactors shader translator code to better handle "attributes". + - Fixes compilation failures for tessellation shaders on MoltenVK, which would cause some games to render nothing except the UI on macOS. + - Fixes an issue on older GPUs that don't support setting gl_Layer on the vertex shader should be fixed. This allows Dragon Quest 3 and possibly other games to render on older GPUs. + ## 1.1.732 - 2023-04-25 ### Fixed: - Add missing check for thread termination on ArbitrateLock.