From cbf6f2f62e0949694ca7b2ed21e86d58eab17c41 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 25 Feb 2021 17:21:17 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index be80314..02990ef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,18 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6732 - 2021-02-25 +### Changed +- Haydn: Part 1 (based on reverse engineering of audio 11.0.0) + - Complete reimplementation of audout and audin. + - Audin only has a dummy backend at this time. + - Dramatically reduces overall CPU usage in both audio backends (50% CPU usage reduction on average with SoundIO backend - your mileage may vary). May improve FPS in situations where the CPU was previously maxed out. + - Audio Renderer now initializes its backend on demand instead of keeping two up all the time. + - All audio backend implementations are now in their own project. + - Ryujinx.Audio.Renderer was renamed to Ryujinx.Audio and as such appropriately refactored. + - Resolves a missing audin service crash in FUZE4. + - Resolves a audout-related crash on launch in OniNaki. + ## 1.0.6714 - 2021-02-24 ### Fixed - Modified the auto-updater to preserve user execute permissions in Unix/Linux environments.