diff --git a/Changelog.md b/Changelog.md index fb1721b..1acfeb3 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.1319 - 2024-05-22 +### Changed: +- Kernel: Wake cores from idle directly rather than through a host thread. + - Slightly improves performance in titles with inefficient threading implementations. + - Improves performance in Pokemon Legends Arceus on low core count devices like the Steam Deck by up to 20%, or reduces power consumption by up to 40% at equal performance. + ## 1.1.1318 - 2024-05-20 ### Fixed: - Updating Concentus dependency to speed up Opus decoding.