From cdc3e15a30bce195f56dc0d44c950a2be10c7842 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Mon, 8 May 2023 00:23:42 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index 28e9c32..91adbb3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,18 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file. +## 1.1.767 - 2023-05-07 +### Fixed: +- Ava: Fix SystemTimeOffset calculation. + - Fixes a bug in the Avalonia UI where the system time offset was being incorrectly calculated. + - Formats system settings AXAML. No expected changes in-games. + +## 1.1.766 - 2023-05-07 +### Fixed: +- time: Update for 15.0.0 changes and fixes long standing issues. + - Updates the time service HLE code to match RE of firmware 15.0.0. + - Fixes many time-related gameplay elements such as daily events and PokéJobs in Pokémon Sword/Shield. + ## 1.1.765 - 2023-05-07 ### Changed: - Switch ProcessResult to a class.