From 89a1c8f69f4192263608535865a13d88bf05b1a4 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 9 Nov 2022 19:38:03 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index db77179..87ac2af 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.339 - 2022-11-09 +### Changed: +- infra: Migrate to .NET 7 + - Update project to .NET 7 and enable TieredPGO. + - Possible performance improvements up to 10fps in .NET runtime limited scenarios. + ## 1.1.338 - 2022-11-03 ### Fixed: - Ensure all pending draws are done before compute dispatch.