From cb452b2b686a9d028c44d07ec14f3a4b84220e73 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Wed, 22 May 2024 23:19:09 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.