From 90031650cd9939319de37196be4e5c62a7cb2f3b Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 18 Feb 2024 16:42:20 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Changelog.md b/Changelog.md index e39f4a3..6e7b189 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,29 @@ 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.1202 - 2024-02-17 +### Fixed: +- LightningJit: Add a limit on the number of instructions per function for Arm64. + - Fixes a crash in Bluey: The Videogame with LightningJit. + +## 1.1.1200-1.1.1201 - 2024-02-17 +### Fixed: +- hid: Stub SetTouchScreenResolution. + - Allows Tomb Raider I-III Remastered to go in-game without enabling "Ignore Missing Services". + +## 1.1.1199 - 2024-02-16 +### Fixed: +- Vulkan: Improve texture barrier usage, timing and batching. + - Fixes graphical issues on the Turnip Mesa driver in Mario Kart 8 Deluxe, Super Mario Odyssey and other games. + - Fixes Bayonetta Origins: Cereza and the Lost Demon water surfaces on Vulkan on desktop GPUs. + +## 1.1.1198 - 2024-02-16 +### Fixed: +- Vulkan: Use push descriptors for uniform bindings when possible. + - Improves Vulkan performance significantly on AMD Mesa drivers and to a lesser degree on AMD Windows drivers. + - May improve stability on more underpowered systems. + ## 1.1.1197 - 2024-02-15 ### Fixed: - Implement X8Z24 texture format.