From 53288d7535593f543b34a627b776e0015b6ce1de Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 19 Jan 2021 17:51:10 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 98f711e..337eff7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6369 - 2021-01-19 +### Fixed +- Fixed a regression introduced in 1.0.6351 (PR 1929) that caused swkbd prompts to softlock the game when called + ## 1.0.6367 - 2021-01-19 ### Added - Implemented Fmaxnmp & Fminnmp Scalar instructions.