Updated Changelog (markdown)

MetrosexualGarbodor 2023-04-26 00:11:19 +01:00
parent 5f27dcb889
commit ec086be691

@ -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.