Updated Changelog (markdown)

MutantAura 2023-05-21 18:38:01 +01:00
parent 2f79916140
commit 634e7979ed

@ -3,6 +3,11 @@ All updates to the Ryujinx official master build will be documented in this file
For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog).
## 1.1.812 - 2023-05-21
### Changed:
- Replace ShaderBindings with new ResourceLayout structure for Vulkan.
- Will allow for a cleaner implementation of transform feedback and geometry shader emulation on macOS in future.
## 1.1.811 - 2023-05-20 ## 1.1.811 - 2023-05-20
### Fixed: ### Fixed:
- Replace constant buffer access on shader with new Load instruction. - Replace constant buffer access on shader with new Load instruction.