From 2c8e0dea8516c1d70d921a4cd4cc3fa43dee8d1e Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 18 Aug 2020 13:29:01 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index 07b039c..02f1887 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,17 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5191 - 2020-08-18 +### Added +- Implemented IManagerForApplication calls and IAsyncContext. + - Fixes missing service crashes in many games, but nearly all of those games need further services implemented before they become bootable/playable. + +## 1.0.5190 - 2020-08-18 +### Changed +- Implemented software surround downmixing. + - Fixes a crash when no audio renderer was created when stopping emulation. +- Disables support of 5.1 surround on OpenAL backend as Ryujinx cannot currently detect whether the hardware directly supports it. + ## 1.0.5182 - 2020-08-17 ### Changed - Implemented all Switch audio renderer functions (code name Amadeus).