From e0cb8f2d71eeb5d18154778a7f138077dbe9d934 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 18 Jan 2021 17:05:58 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1e01b1e..5ab7067 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.6348 - 2021-01-18 +### Changed +- Changed joystick inputs to be treated as in a circular zone instead of a square zone. + - Fixes diagonal analog joystick input not working when mapped to keyboard controls. + ## 1.0.6346 - 2021-01-18 ### Fixed - Fixed the missing Ryujinx icon in Linux that has been missing since the GUI refactor.