From d89e2595dcbcd4d5c583fbc22d2238a77ec8a705 Mon Sep 17 00:00:00 2001 From: TSRBerry <20988865+TSRBerry@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:35:23 +0200 Subject: [PATCH] Add 1.1.1047 changes --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 358ec83..22e2ace 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,12 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.1047 - 2023-10-07 +### Added: +- GPU: Add HLE macros for popular NVN macros. + - Implements HLE versions for popular NVN macros. Small performance improvements when using .NET 7 JIT. + - Mainly improves performance for a future NativeAOT build with .NET 8. + ## 1.1.1046 - 2023-10-07 ### Fixed: - HLE: Fix Mii CRC generation and minor issues.