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.