From d055bb46dafe16567a457dfcdd8c8ca03fb5a9d9 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sun, 25 Jun 2023 13:58:07 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index c511a41..494b1e8 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.911 - 2023-06-25 +### Fixed: +- Set COMPlus_DefaultStackSize to 2M in macOS. + - Increases the default stack size to 2MB on macOS. + - Fixes a SPIRV-Cross stack overflow that caused crashes on boot in Splatoon 3 and Mortal Kombat 11. Both titles are now playable. + ## 1.1.910 - 2023-06-25 ### Fixed: - [Ryujinx.Horizon.Common] Address dotnet-format issues.