From cfbe359cbe7e22eb350154d1fe8f95811afb2932 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 3 Jul 2020 16:55:12 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 11633fb..304de76 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.4820 - 2020-07-03 +### Added +- Stubbed nifm IRequest GetAppletInfo to be consistent with current GetResult implementation. + - Fixes crash associated with unimplemented nifm IRequest on at least 31 games. + ## 1.0.4819 - 2020-07-03 ### Added - Inline index buffer data is now supported.