From 76d828a20848acc2d186d3b1ef19f4c101f2bbe4 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 16 Feb 2022 20:44:30 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 83714f9..916469b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.30 - 2022-02-16 +### Fixed: +- amadeus: Fix limiter correctness. + - Fixes missing audio on Nintendo Switch Sports Online Play Test. + ## 1.1.29 - 2022-02-16 ### Fixed: - When copying linear textures, DMA should ignore region X/Y. @@ -14,8 +19,8 @@ All updates to the Ryujinx official master build will be documented in this file ## 1.1.27 - 2022-02-13 ### Changed: -- Use Enum and Delegate.CreateDelegate generic overloads - - Remove unused EnumExtensions.cs +- Use Enum and Delegate.CreateDelegate generic overloads. + - Remove unused EnumExtensions.cs. - No changes to emulator functionality. ## 1.1.26 - 2022-02-11