From 0491bf5f252298884599ede0972df45eb2f69afc Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:01:40 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1edf041..c9f13a1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ 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.1089 - 2023-11-16 +### Fixed: +- Fix JitCache.Unmap called with the same address freeing memory in use. + - Fixes a crash that would occur after launching the 3D All-Stars version of Super Mario 64, stopping emulation and then launching another game. + +## 1.1.1088 - 2023-11-16 +### Fixed: +- Fix macOS Path on .NET 8. + - Fixes an issue on macOS where, after 1.1.1084, Ryujinx would look for the data folder in the user's Documents directory, rather than in Application Support. + ## 1.1.1087 - 2023-11-15 ### Fixed: - Fix missing texture flush for draw then DMA copy sequence without render target change.