From 231ba9c4ec9a4ea46e8f7a8b430c84b38de25d1b Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 4 Jun 2023 05:38:08 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 864b5c6..b32f40d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ 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.862 - 2023-06-03 +### Fixed: +- Check KeyboardMode in GUI. + - Fixes some issues when entering a different character type than a game requests into the keyboard applet. + ## 1.1.861 - 2023-06-03 ### Added: - Implement shader storage buffer operations using new Load/Store instructions.