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.