From 0495a0c9ae50873f37d541ecc44ebbbd06edf30c Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 23 Sep 2020 15:29:27 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) 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.