From e007fa426f3719f5545841732f5c99c347d35c02 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:48:44 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1e9a1f3..3c71330 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.1358 - 2024-07-21 +### Fixed: +- Fix checking for the wrong metadata files for applications launched with a different program index. + - Fixes a regression from 1.1.1350 that caused updates to not apply for games that get launched with different program indices, such as Super Mario 3D All-Stars. + - Fixes an issue where the emulator wouldn't apply DLC to these same games. + ## 1.1.1357 - 2024-07-20 ### Fixed: - Make sure TryGetApplicationsFromFile() doesn't throw exceptions anymore.