From a0858e09204416bd71cf0242e479e9d3f37a5945 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Wed, 16 Feb 2022 11:47:56 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index 98f4026..83714f9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,17 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.29 - 2022-02-16 +### Fixed: +- When copying linear textures, DMA should ignore region X/Y. + - Allows River City Girls Zero to get ingame. + +## 1.1.28 - 2022-02-16 +### Changed: +- Adjustmentments to controller deadzone calculation. + - Improves small movements at cardinal directions. + - Removes "8-axis" effect at high deadzone values. + ## 1.1.27 - 2022-02-13 ### Changed: - Use Enum and Delegate.CreateDelegate generic overloads