diff --git a/Changelog.md b/Changelog.md index efb977d..3cc29a2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.