From 31e2e2073edccf86b74da75eeebc12424274eb82 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 18 Feb 2022 00:03:03 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6fd9eda..20eced0 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.37 - 2022-02-17 +### Changed: +- Change ServiceNv map creation logs to the Debug level. + - Removes quite a bit of unneeded log spam. + +## 1.1.36 - 2022-02-17 +### Added: +- ARMeilleure: Thumb support (all T16 instructions). + - Implements all 16-bit thumb CPU instructions. + - No changes expected in games. + ## 1.1.35 - 2022-02-17 ### Fixed: - misc: Update GtkSharp.Dependencies and speed up initial Windows build.