From 85da595f0ee9e00a429b31cca3ca3e329d1795aa Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Fri, 15 Apr 2022 22:25:38 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index a442902..b1de8b7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.104 - 2022-04-15 +### Added: +- Implement HwOpus multistream functions. + - Implements multistream related Opus decoding functions + - Required by MLB The Show 22 and potentially others. + + ## 1.1.103 - 2022-04-15 ### Fixed: - ReactiveObject: Handle case when oldValue is null.