diff --git a/Changelog.md b/Changelog.md index ebd9a96..a399975 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.5414 - 2020-09-23 +### Changed +- Audio renderer services are now processed in a separate thread. + - Fixes audio stutter in certain conditions introduced in 1.0.5402 (PR 1447). + ## 1.0.5402 - 2020-09-21 ### Changed - This is part 1 of an intended 3 part IPC refactor. Part 1: Explicit IPC Servers to match Horizon IPC implementation and miscellaneous fixes.