Updated Changelog (markdown)

MetrosexualGarbodor 2023-05-25 22:01:07 +01:00
parent 2b35ef3ff0
commit 07a65cb14b

@ -3,6 +3,12 @@ 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.822 - 2023-05-25
### Fixed:
- Generate scaling helper functions on IR.
- Separates the resolution scaling code from the shader backends so scaling behaves more similarly between OpenGL and Vulkan.
- Makes it easier to implement more graphics backends in the future.
## 1.1.821 - 2023-05-25
### Fixed:
- Truncate vertex attribute format if it exceeds stride on MoltenVK.