From 9037aad4ce3dedc017ac6ce8caae9fbf8f5ddeca Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 3 May 2023 01:12:17 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 80844ec..a61cada 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file. +## 1.1.744 - 2023-05-02 +### Fixed: +- ModLoader: Fix case sensitivy issues. + - Fixes an issue where the mod subdirectories (exefs, romfs) had to be lowercase to be recognized by Ryujinx. + ## 1.1.743 - 2023-05-01 ### Added: - Add hide-cursor command line argument & always hide cursor option.