From 347efa650daa52c9ede45cf388a8b91f62bc4280 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 22 Sep 2020 06:26:04 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index ddfa57b..5fe457f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5402 - 2020-09-21 +### Changed +- This is part 1 of an intended 3 part IPC refactor. Part 1: Optimized thread processing to use explicit separate threads to process requests. + - Fixes Ryujinx application hang on certain games when emulation is stopped. + ## 1.0.5398 - 2020-09-21 ### Fixed - Fixed a texture bug revealed by 1.0.5326 (PR 1408).