Updated Changelog (markdown)

MetrosexualGarbodor 2023-05-12 02:22:27 +01:00
parent c3d2fa6907
commit 069765b683

@ -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).
## 1.1.792 - 2023-05-11
### Fixed:
- Vulkan: Partially workaround MoltenVK InvalidResource error.
- Adds a workaround for a MoltenVK issue where binding a storage buffer more than once with different stage flags causes resource usage to register incorrectly, which causes the command buffer to fail. No known changes in games.
## 1.1.791 - 2023-05-11
### Fixed:
- GPU: Remove swizzle undefined matching and rework depth aliasing.