diff --git a/Changelog.md b/Changelog.md index 67ee7b3..96e8cac 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6532 - 2021-02-09 +### Changed +- The emulator now automatically loads a default configuration if an invalid configuration is detected. + +## 1.0.6529 - 2021-02-09 +### Added +- Implemented ISystemSettingsServer.IsUserSystemClockAutomaticCorrectionEnabled service call. + - Enables functionality in some homebrew applications. + ## 1.0.6521 - 2021-02-07 ### Fixed - Fixed non-contiguous IPC memory copies.