Updated Changelog (markdown)

MetrosexualGarbodor 2023-04-27 15:43:11 +01:00
parent da9cdde782
commit 36d397dcfc

@ -1,6 +1,11 @@
# Ryujinx Changelog # Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file 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 ## 1.1.733 - 2023-04-25
### Fixed: ### Fixed:
- Refactor attribute handling on the shader generator. - Refactor attribute handling on the shader generator.