From ef4b72754a51936d5ae60401c19bc0e88ac39de4 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 7 Apr 2021 16:47:54 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Changelog.md b/Changelog.md index d5ec88c..1fed075 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,19 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6822 - 2021-04-07 +### Fixed +- Fixed a bug with the CRC32 intrinsic where the JIT was not forcing a copy when a constant value is used as an input. + - Resolves an issue where the emulator could crash while rebuilding PPTC during a boot of Monster Hunter Rise. + +## 1.0.6821 - 2021-04-07 +### Added +- Added an option to manually trigger Github actions. + +## 1.0.6820 - 2021-04-07 +### Changed +- Added a temporary fix for Windows nuget issues/fix git hashes for PRs. + ## 1.0.6819 - 2021-04-04 ### Added - Exposes an option on the UI to increase the amount of the emulated Switch memory from 4GB to 6GB.