From e4c74592c7518be5c115ced147e71ce78c468614 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 14 May 2024 15:37:54 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog.md b/Changelog.md index 18d065f..ff00070 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,26 @@ 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.1302 - 2024-05-14 +### Fixed: +- HID: Stub IHidServer: 134 (SetNpadAnalogStickUseCenterClamp). + - Allows eBaseball Powerful Pro Yakyuu 2020, Pawapoke R, WBSC eBASEBALL: Power Pros, and possibly other "Power Pro" games to boot without "Ignore Missing Services". + +## 1.1.1301 - 2024-05-14 +### Fixed: +- Update outdated Windows version warning. + - Updates the warning message displayed when an unsupported Windows version is detected. + +## 1.1.1300 - 2024-05-14 +### Fixed: +- Add Linux-specific files to local builds. + - Ensures Linux-specific files are copied to the output directory when building locally. Useful for testing certain changes. + +## 1.1.1299 - 2024-05-14 +### Fixed: +- infra: Update ReSharper's DotSettings. + - Code cleanup. No expected user-facing changes. + ## 1.1.1298 - 2024-05-08 ### Fixed: - Replace "List.ForEach" for "foreach".