diff --git a/Changelog.md b/Changelog.md index 92a4de2..02b91f6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,35 @@ 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.1196 - 2024-02-15 +### Fixed: +- Fix PermissionLocked check on UnmapProcessCodeMemory. + - Fixes a crash on Tomb Raider I-III Remastered when the game is changed on the selection menu. + +## 1.1.1195 - 2024-02-15 +### Fixed: +- Remove Vulkan SubgroupSizeControl enablement code. + - Fixes a crash when trying to run the emulator with Dozen (Vulkan emulated with Direct3D) driver on Windows. + +## 1.1.1194 - 2024-02-15 +### Changed: +- Stub VSMS related ioctls. + - Fixes a crash when starting Tomb Raider I-III Remastered. It still requires enabling the "ignore missing services" option to run. + +## 1.1.1193 - 2024-02-15 +### Changed: +- Updaters: Fix ARM Linux Updater. + - Allows the auto-updater to work on Arm64 Linux. + +## 1.1.1192 - 2024-02-11 +### Fixed: +- Handle exceptions when checking user data directory for symlink. + - Fixes a crash introduced on version 1.1.1191 when the emulator is started for the first time. + +## 1.1.1191 - 2024-02-11 +### Fixed: +- macOS: Stop storing user data in Documents for some users; fix symlinks. + - Stops storing user data in Documents for some users on macOS and fixes symlinks. ## 1.1.1190 - 2024-02-11 ### Changed: