From f6bef981563fe138cc5e50cd632f24dbf9a19f8c Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Tue, 22 Feb 2022 13:43:23 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9fff18d..96896e8 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.48 - 2022-02-22 +### Fixed: +- A32: 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(..)