From 9747ac6b8909f41fb05208f64579cf396c264761 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 9 Feb 2021 05:31:40 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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.