From c182d64c128664ba30877bc19f8d3f1efc8d4b0f Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 24 Jan 2022 18:50:51 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2805d37..72d1e6f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,26 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.8 - 2022-01-24 +### Fixed: +- Fix regression on PR builds version number since new release system. + - Fixes PR builds showing as "dirty" builds. + +## 1.1.7 - 2022-01-24 +### Fixed: +- Fix calls passing V128 values on Linux. + - Fixes a regression introduced in 1.0.7000 where in some cases, during the pre-allocation stage, the new register operations would not be added to the call operation node. This would cause the register allocator to not keep track of the fixed registers (possibly overwriting the register values), and also to do register allocation for the operands passed on the call (which it should not do). + - Fixes Pokémon Sword/Shield saves becoming corrupted on Linux. + - Fixes a crash when booting Splatoon 2 v5.5.0 on Linux. + - Fixes software memory manager mode not working on Linux. + +NOTE: existing saves created on any version after 1.0.7000 are most likely actually corrupted, so you'll need to delete them. Saves created before the bug was introduced (or created on Windows) should be fine. + +## 1.1.6 - 2022-01-23 +### Fixed: +- amadeus: Fix possible device sink input out of bound. + - Fixes a crash in Death Coming. Game now boots to menus, however, it will still crash when attempting to contact online servers. + ## 1.1.5 - 2022-01-23 ### Fixed: - Set _vibrationPermitted to return True.