From c32b374bc6dde8c0ff8b8adece38ab146a8ae1f3 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 14 Jun 2021 05:51:51 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index a661ccf..5899aff 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.6911 - 2021-06-14 +### Changed +- Moved touchscreen updates to the input project. Code refactoring only; no changes in emulator behavior. + ## 1.0.6910 - 2021-06-10 ### Changed - Increased the height of the settings window in the main GUI. Now all options are able to be viewed & modified without any scrolling.