From 7f5a4fb439ceae4d1cbff77bd77a95a7cebfad27 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Fri, 5 May 2023 22:51:11 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5d8a401..de6d683 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.759 - 2023-05-05 +### Changed: +- Remove CPU region handle containers. + - Memory region handles are now accessed directly instead of through the CpuRegionHandle class. + - Improves performance in Super Mario Odyssey and other titles by up to 5%. + ## 1.1.758 - 2023-05-05 ### Fixed: - Correct tooltips for add,remove,removeall buttons.