From ec2b1d7f801ce1d71d43f646c1fd36a4b8dfe406 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sun, 12 Jun 2022 08:44:36 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index d35fb37..bfc0fee 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.145 - 2022-06-11 +### Fixed: +- Less invasive fix for EventFd blocking operations. + - Return to single-thread approach for handling sockets. + - Fixes issues in some games (Pokemon Sword/Shield) where a Hipc response error would crash early into launching. + ## 1.1.145 - 2022-06-11 ### Fixed: - Allow concurrent BSD EventFd read/write.