From 85429f69229f5ff0a9778871e244e2dec006279f Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 27 Feb 2022 10:51:28 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 940a523..704c427 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.54 - 2022-02-26 +### Fixed: +- Update LibHac to v0.16.0. + - Adds support for reading NCAs with compressed sections. Iridium and Gunvolt Chronicles: Luminous Avenger iX 2 can now boot. + - The emulator will now be able to recover from situations where external things mess with extra data files in the save data file system, instead of just erroring. + ## 1.1.53 - 2022-02-22 ### Added: - T32: Implement ALU (shifted register) instructions.