From c83e8bf50ee067b87756f32ed5e916c25eeb45dc Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:54:49 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Changelog.md b/Changelog.md index 25d5a3a..31ed8e0 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.1211 - 2024-02-22 +### Fixed: +- Migrate Audio service to new IPC. + - Fixes missing sound in Unicorn Overlord Demo. + - Fixes an issue where emulator volume would get reset to 100% in certain games that set custom volumes (tested with River City Girls Zero). + +## 1.1.1210 - 2024-02-22 +### Fixed: +- OpenGL: Mask out all color outputs with no fragment shader. + - Fixes shadows in Penny's Big Breakaway on OpenGL. + +## 1.1.1209 - 2024-02-22 +### Fixed: +- Ensure service init runs after Horizon constructor. + - Fixes an uncommon crash when launching games after stopping emulation multiple times. + +## 1.1.1208 - 2024-02-22 +### Fixed: +- Implement virtual buffer dependencies. + - Fixes model flickering in Apollo Justice: Ace Attorney Trilogy on macOS and OpenGL. + - Allows Monster Hunter Rise: Sunbreak to go in-game on macOS. + ## 1.1.1207 - 2024-02-22 ### Fixed: - Vulkan: Properly reset barrier batch when splitting due to mismatching flags.