From d0483dd8cb29a0aae7c33cfee3b69ea81e2cf880 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 22 Jun 2020 14:29:21 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1c15265..ee3b8a8 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.0.4752 - 2020-06-22 +### Fixed +- Copy the value of InputConfig to a new array before iterating. + - Fixes a rare exception crash. + ## 1.0.4751 - 2020-06-22 ### Fixed - Fixed regression caused by wrong SB descriptor offset.