From b0dbac604a9d3c4eb1c2ca5c2f1c4b26e85655e2 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 2 Mar 2023 03:07:30 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2051ed9..9aa9e84 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.647 - 2023-03-01 +### Fixed: +- Update LibHac to 0.18.0. + - Fixes a regression where the emulator wouldn't create a BCAT save if any other BCAT save already existed, throwing a "ResultFsTargetNotFound (2002-1002)" error when attempting to open the BCAT save directory. + - Loading personalized ticket title keys is now supported with the right console keys dumped. + ## 1.1.646 - 2023-02-27 ### Fixed: - Sockets: Properly convert error codes on MacOS.