From e76eb4cf5ed095733ed56745acfd07115956d83e Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 8 Jun 2023 21:58:51 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3ee00f1..d50ce4a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,18 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.871 - 2023-06-08 +### Fixed: +- Remove barrier on Intel if control flow is potentially divergent. + - The Legend of Zelda: Tears of the Kingdom now runs on Intel GPUs. + +## 1.1.870 - 2023-06-08 +### Fixed: +- Implement soft float64 conversion on shaders when host has no support. + - Contributes towards upstreaming the closed-source macOS changes. + - Fixes rendering in Rune Factory 4 Special and possibly other games on macOS. + - Fixes some ErrorDeviceLost crashes on Intel GPUs in The Legend of Zelda: Tears of the Kingdom. The game still won't run on Intel GPUs due to another issue. + ## 1.1.869 - 2023-06-05 ### Fixed: - Updater: Ignore files introduced by the user in base directory.