From bc47563d42559a901a483f46beb3289fed12bb3a Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 20 Apr 2021 20:23:37 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 038074b..df28b08 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6845 - 2021-04-20 +### Changed +- Keyboard input is no longer queried if a controller is not set/selected. + - Fixes a possible crash if raw keyboard input a.k.a. Direct Keyboard Access is enabled. + ## 1.0.6844 - 2021-04-20 ### Changed - Changed clip distances to only be enabled if they are actually written to on the vertex shader.