From 233f96f41750557e722ea88e1e24bbb98d4e8b38 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 17 Aug 2020 20:27:54 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6ce7747..ea7b669 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5182 - 2020-08-17 +### Changed +- Implemented all Switch audio renderer functions (code name Amadeus). + - Resolves myriad audio issues, including: garbled audio in nearly every game that uses audren, softlock in Splatoon 2, slowness in NVDEC videos on Unity titles, loud effects that should be soft, super slow sounding audio during full speed gameplay, etc. +Known issues: +- Fire Emblem: Three Houses is missing voices in videos. +- Games that utilize two simultaneous audio renderers will likely have issues until the audio out interface is rewritten; Crash Team Racing is the only known game to suffer from this. + ## 1.0.5177 - 2020-08-14 ### Added - Added missing depth-color conversions in CopyTexture.