From db858bd035873c5b32a071d974c0fd0737d2ed4e Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 28 Feb 2021 09:30:18 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 497ee06..8a05866 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.0.6767 - 2021-02-28 +### Fixed +- Modified the SoundIO session implementation to be lock-free. + - Fixes a rarely occurring random crash related to SoundIO introduced in 1.0.6732 (PR 2007). + - Mildly improves performance while using SoundIO. + ## 1.0.6764 - 2021-02-28 ### Changed - Switched ci to use Github artifacts for PRs. No emulator code changes.