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.