From ac2e902ac7227ac2fa1612d9543c11791bd1dae7 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sat, 24 Apr 2021 19:00:31 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index f7d2cdf..111c048 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6850 - 2021-04-24 +### Fixed +- Fixed a typo in NpadIdType (changed uint to int). + - Resolved a regression causing a crash on launch in Bayonetta 2 and possibly other games with similar HID calls. + +## 1.0.6849 - 2021-04-24 +### Fixed +- Fixed IsRegionInUse check on NV memory allocator. This was a non-fatal error calling the AllocSpace ioctl on a few games. + ## 1.0.6848 - 2021-04-24 ### Fixed - Cleaned up various incorrect types in code from 2018 across the Ryujinx.HLE project.