From f3aeb0c631aede0f40f306735372cb80318092a0 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sat, 9 Apr 2022 16:15:14 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 090af8d..733aa6e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.100 - 2022-04-09 +### Fixed: +- Fix tail merge from block with conditional jump to multiple returns + - Fixes audio and visual slowdowns after scanning an Amiibo in games like Animal Crossing: New Horizons. May help similar issues in other titles. + + ## 1.1.99 - 2022-04-08 ### Added: - Implement VMAD shader instruction and improve InvocationInfo and ISBERD handling.