From 2b05daeb8e54340d01689b9ea82dfa91a7e7ccd8 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sat, 12 Mar 2022 18:43:36 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index f643f8a..e845ec6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,17 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.69 - 2022-03-12 +### Added: +- Implement `GetSaveDataBackupSetting` of OLSC service. + - Allows ACNH from 2.0.5 onwards to boot. + +## 1.1.68 - 2022-03-12 +### Added: +- Implement setting to rotate stick axis by 90 degrees. + - Allows the stick to be rotated in all possible rotations (in conjunction with inversion). + - Games that use sideways joycons (Super Mario Party etc.) will be able to take advantage of this. + ## 1.1.67 - 2022-03-12 ### Fixed: - Fix GetUserDisableCount NRE.