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).