diff --git a/Changelog.md b/Changelog.md index 6fbe4cc..c2ba92e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.1312 - 2024-05-16 +### Fixed: +- misc: Change Deflate compression level to Fastest. + - Speeds up shader packaging process by up to 14x. Shader packaging occurs after GPU driver updates, switching between Vulkan and OpenGL, or significant changes to Ryujinx's GPU code. Note that shader caches will have slightly larger file sizes after this change. + ## 1.1.1311 - 2024-05-15 ### Fixed: - Revert "Disable keyboard controller input while swkbd is open (foreground)".