From edf7804783f35921dd28ccbf269fce5a367cf1b1 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 22 Feb 2022 13:58:55 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2a79b31..f46b526 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,14 +1,19 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.49 - 2022-02-22 +### Fixed: +- gui: Fixes the games icon when there is an update. + - Updated games will now also display the updated icon on the games list. + ## 1.1.48 - 2022-02-22 ### Fixed: -- ARMeilleure: Fix BLX and BXWritePC +- ARMeilleure: Fix BLX and BXWritePC. - Ensures PC is appropriately masked in BXWritePC and BLX (reg) uses BXWritePC. ## 1.1.47 - 2022-02-22 ### Changed: -- Collapse AsSpan().Slice(..) calls into AsSpan(..) +- Collapse AsSpan().Slice(..) calls into AsSpan(..). - No changes to emulator functionality. ## 1.1.46 - 2022-02-19