From cb428b5506fe20aee56ed7c4b3ffe4a18ac8e208 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:29:39 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Changelog.md b/Changelog.md index e84e1d8..5abf77f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,24 @@ 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.1294 - 2024-04-28 +### Fixed: +- Fix cursor states on Windows. + - Prevents the cursor from disappearing during the emulator's game loading screen. + - Fixes an issue wherein the emulator window could not be resized due to the cursor flickering. + - Fixes an issue which caused the cursor to disappear over submenus while cursor was set to always hide. + - Fixes an issue where the check for whether the cursor was within the active window did not take into account the windows position, leading to situations where it would hide where it shouldn't. + +## 1.1.1293 - 2024-04-28 +### Fixed: +- Fix direct keyboard not working when using a controller. + - Allows the Ultracam benchmark tool for The Legend of Zelda: Tears of the Kingdom to be used without setting a keyboard as the controller. + +## 1.1.1292 - 2024-04-28 +### Fixed: +- HID: Correct direct mouse deltas. + - Fixes mouse aiming in Quake, SpongeBob SquarePants: The Cosmic Shake, and likely the few other games that support mouse controls on the Switch. + ## 1.1.1291 - 2024-04-22 ### Fixed: - Add support for bindless textures from shader input (vertex buffer) on Vulkan.