From 84ef8ff0d740aab44dfd86fa35c5d9becabb6e5f Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 5 May 2023 14:39:26 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index a61c719..1fcec7f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file. +## 1.1.753 - 2023-05-05 +### Fixed: +- ModLoader: Fix case sensitivy issues. + - Fixes the previous issue where cheat support broke by creating new instruction lists for every new cheat instead of clearing and share the same list. + +## 1.1.752 - 2023-05-05 +### Fixed: +- Fix unescaped string in the Linux launch script which fails when there are spaces in directory path. + ## 1.1.751 - 2023-05-04 ### Fixed: - Revert "IPC - Refactor Bcat service to use new ipc".