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