From c5f24ee5fd8cbaa6e8a774c9e1459ad5485b50c3 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:49:14 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 409575b..7b9a1a8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.570 - 2023-01-17 +### Fixed: +- Fix NRE when disposing AddressSpace with 4KB pages support. + - Fixes an issue from 1.1.568 where the emulator crashed upon stopping emulation. (Note that it can still hang on closing certain games as that's a different issue.) + ## 1.1.569 - 2023-01-16 ### Fixed: - ConfigurationState: Default to Vulkan on macOS.