From 48dbca0fb9571f515a9caecb4281ad2aefaf2334 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 10 Jan 2021 13:44:11 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index e774bd0..21c1645 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.6283 - 2021-01-10 +### Added +- Stubbed IsFreeCommunicationAvailable service call. + - Fixes a missing service crash in Monster Hunter Rise Demo. The game now boots without having to enable 'Ignore Missing Services'. + ## 1.0.6281 - 2021-01-10 ### Fixed - Fixed an issue with compute reserved constant buffers not being updated when, in fact, they should have been.