From b35524582ea3b294b337e19ab702814b5de92d3c Mon Sep 17 00:00:00 2001 From: Mary Date: Sun, 2 May 2021 22:08:15 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index f906fe3..c4c1f7b 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.6856 - 2021-05-02 +### Changed +- Rewrite HID shared memory management + - This have no impacts on inputs. + ## 1.0.6855 - 2021-05-01 ### Fixed - Fixed a bug that caused buffer memory modified shaders to not be flushed in certain cases.